Files
scripts/config/.gitconfig
Vahagn Khachatryan e683f35674 Git ignore global.
2016-04-08 13:37:27 -04:00

26 lines
678 B
INI

[user]
name = Vahagn Khachatryan
email = vahagn.khachatryan@gmail.com
[color]
diff = auto
status = auto
[push]
default = simple
[alias]
tree = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold cyan)<%an>%Creset' --abbrev-commit --date=relative
drqs = "!f(){ git checkout -b feature/DRQS$1; }; f"
svnsync = "!f(){ git co master && git pull && ssh devgit svnsync $(git config --get remote.origin.url | cut -d : -f 2 );}; f"
st = status
br = branch
co = checkout
ci = commit
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false
[include]
path = ~/.gitconfig.local
[core]
excludesfile = ~/.gitignore.global