Skip to content

Instantly share code, notes, and snippets.

@zampino
Last active October 13, 2015 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zampino/4117349 to your computer and use it in GitHub Desktop.
Save zampino/4117349 to your computer and use it in GitHub Desktop.
git config --global @mneme
# git config --global --list
user.name=Andrea Amantini
user.email=andrea@devolute.org
color.ui=true
github.user=zampino
core.editor=emacs
core.excludesfile=/home/andrea/.gitignore
alias.co=checkout
alias.a=add
alias.s=status
alias.ls=ls-files
alias.cm=commit -m
alias.log=log --decorate
alias.l=log --decorate --graph
alias.d=diff --word-diff
alias.latest=for-each-ref --sort=-committerdate refs/ --count=20
alias.b=branch
push.default=current
grep.linenumber=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment