Skip to content

Instantly share code, notes, and snippets.

@ricventu
Last active June 5, 2019 14:23
Show Gist options
  • Save ricventu/dbd7993936b6a1e43f72dee04106a810 to your computer and use it in GitHub Desktop.
Save ricventu/dbd7993936b6a1e43f72dee04106a810 to your computer and use it in GitHub Desktop.
Some useful git aliases

git config --global alias.co checkout

git config --global alias.st status

git config --global alias.graph "log --graph --oneline --all"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment