Created
October 31, 2012 17:15
-
-
Save dzhlobo/3988411 to your computer and use it in GitHub Desktop.
My .gitconfig
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
[user] | |
name = Dmitry Zhlobo | |
email = [email protected] | |
[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