Skip to content

Instantly share code, notes, and snippets.

@lchi
Created June 26, 2012 14:55
Show Gist options
  • Save lchi/2996251 to your computer and use it in GitHub Desktop.
Save lchi/2996251 to your computer and use it in GitHub Desktop.
my git aliases
git config --global alias.d diff
git config --global alias.ds 'diff --staged'
git config --global alias.a add
git config --global alias.s status
git config --global alias.co checkout
git config --global alias.c commit
git config --glboal d diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment