Skip to content

Instantly share code, notes, and snippets.

@dzhlobo
Created October 31, 2012 17:15
Show Gist options
  • Save dzhlobo/3988411 to your computer and use it in GitHub Desktop.
Save dzhlobo/3988411 to your computer and use it in GitHub Desktop.
My .gitconfig
[user]
name = Dmitry Zhlobo
email = dima.zhlobo@gmail.com
[alias]
co = checkout
ci = commit
st = status -s
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
lg = !git --no-pager log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset [%an]' --abbrev-commit --date=short -20
lga = !git --no-pager log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset [%an]' --abbrev-commit --date=short -20 --all
type = cat-file -t
dump = cat-file -p
pom = push origin master
pr = pull --rebase
[github]
user = Proghat
token = 43df42762d0734v235cbs2n897jie8n6
[color]
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment