Skip to content

Instantly share code, notes, and snippets.

@misskecupbung
Created October 13, 2021 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misskecupbung/ae3adf063b2426b92ced63dc51e30de2 to your computer and use it in GitHub Desktop.
Save misskecupbung/ae3adf063b2426b92ced63dc51e30de2 to your computer and use it in GitHub Desktop.
echo "# Hello World" >> README.md
git init
curl https://raw.githubusercontent.com/github/gitignore/master/Unity.gitignore --output .gitignore
git add .
git commit -m "First commit, empty project and .gitignore"
git status
git branch -M main
git remote add origin git@github.com:misskecupbung/<repo>.git
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment