Skip to content

Instantly share code, notes, and snippets.

@amadden80
Created November 13, 2015 13:32
Show Gist options
  • Save amadden80/f578c10c5e36ce03b045 to your computer and use it in GitHub Desktop.
Save amadden80/f578c10c5e36ce03b045 to your computer and use it in GitHub Desktop.
Git Config
git config --global alias.lg 'log --oneline --decorate --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