BB: .gitconfig
This commit is contained in:
23
config/.gitconfig
Normal file
23
config/.gitconfig
Normal file
@@ -0,0 +1,23 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user