Skip to content

Instantly share code, notes, and snippets.

@kevindb
Created April 18, 2015 21:17
Show Gist options
  • Save kevindb/26a60c9987237f79a78a to your computer and use it in GitHub Desktop.
Save kevindb/26a60c9987237f79a78a to your computer and use it in GitHub Desktop.
Git Aliases
git config --global alias.lg "log --oneline --decorate --all --graph"
git config --global alias.s "status -s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment