We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After adding your files (git add .)
git add .
After committing (git add commit -m "commit message")
git add commit -m "commit message"
Use this to push to upstream git push --set-upstream origin <branch name>
git push --set-upstream origin <branch name>
so if you want to push your "crazy_fix" branch, you would type
git push --set-upstream origin crazy_fix