Skip to content

Instantly share code, notes, and snippets.

@siriokun
Last active April 17, 2020 06:27
Show Gist options
  • Save siriokun/4d1ca76d89c83ee5ccd3a35b266e458d to your computer and use it in GitHub Desktop.
Save siriokun/4d1ca76d89c83ee5ccd3a35b266e458d to your computer and use it in GitHub Desktop.
GIT Shortcuts
git fetch master
git merge master
git add .
git commit
git push
git fetch upstream
git checkout master
git rebase upstream/master
git push -f origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment