Skip to content

Instantly share code, notes, and snippets.

@ei-grad
Created September 4, 2016 21:55
Show Gist options
  • Save ei-grad/0f12fefa31ab49c1eb183901fe3cafdb to your computer and use it in GitHub Desktop.
Save ei-grad/0f12fefa31ab49c1eb183901fe3cafdb to your computer and use it in GitHub Desktop.
gitconfig
[user]
name = Andrew Grigorev
email = [email protected]
[alias]
st = status
ci = commit
co = checkout
br = branch
d = diff
dc = diff --cached
lg = log -p --cc
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
[gui]
fontui = -family Calibri -size 11 -weight normal -slant roman -underline 0 -overstrike 0
fontdiff = -family Consolas -size 11 -weight normal -slant roman -underline 0 -overstrike 0
#[svn]
# authorsfile = /home/ei-grad/users.txt
[push]
default = simple
[core]
excludesfile = /home/ei-grad/.gitignore
*.swp
*~
.env
.idea
/tags
__pycache__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment