Last active
October 13, 2015 01:27
-
-
Save zampino/4117349 to your computer and use it in GitHub Desktop.
git config --global @mneme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# git config --global --list | |
user.name=Andrea Amantini | |
[email protected] | |
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