Skip to content

Instantly share code, notes, and snippets.

/gitconfig Secret

Created June 1, 2016 11:43
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 anonymous/a9757414b1c195e8a5b8e9fc0fe11eed to your computer and use it in GitHub Desktop.
Save anonymous/a9757414b1c195e8a5b8e9fc0fe11eed to your computer and use it in GitHub Desktop.
git config -l
alias.s=status
alias.df=diff
alias.lg=log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %Creset' --abbrev-commit --date=relative
alias.co=checkout
alias.cm=commit
core.excludesfile=~/.gitignore
core.pager=view -
user.email=D
user.name=Aleksandr
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment