Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wahidshalaly/5c4578ddb3554238203eb991b90aba72 to your computer and use it in GitHub Desktop.
Save wahidshalaly/5c4578ddb3554238203eb991b90aba72 to your computer and use it in GitHub Desktop.
Git shortcuts
git config --global alias.co checkout
git config --global alias.up 'pull --rebase --prune'
git config --global alias.history 'log --oneline --graph'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment