Skip to content

Instantly share code, notes, and snippets.

@FrannyZhao
Created March 27, 2019 03:04
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 FrannyZhao/5f1e705843852df65d783f70b8d64119 to your computer and use it in GitHub Desktop.
Save FrannyZhao/5f1e705843852df65d783f70b8d64119 to your computer and use it in GitHub Desktop.
git config --global alias.co checkout
git config --global alias.st status
git config --global alias.br branch
git config --global alias.f fetch
git config --global alias.cp cherry-pick
git config --global alias.rh 'reset --hard'
git config --global alias.l1 'log -1'
git config --global alias.rbm 'rebase origin/master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment