update gitconfig
This commit is contained in:
parent
1920fb561e
commit
3ca62f0b1b
1 changed files with 7 additions and 5 deletions
12
gitconfig
12
gitconfig
|
|
@ -1,6 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = Sami Samhuri
|
name = Sami Samhuri
|
||||||
email = sami.samhuri@gmail.com
|
email = sami@samhuri.net
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||||
co = checkout
|
co = checkout
|
||||||
|
|
@ -10,9 +10,8 @@
|
||||||
a = add
|
a = add
|
||||||
c = commit
|
c = commit
|
||||||
[push]
|
[push]
|
||||||
default = tracking
|
default = upstream
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
|
||||||
autosetupmerge = true
|
autosetupmerge = true
|
||||||
[core]
|
[core]
|
||||||
quotepath = false
|
quotepath = false
|
||||||
|
|
@ -28,11 +27,14 @@
|
||||||
ui = auto
|
ui = auto
|
||||||
[merge]
|
[merge]
|
||||||
stat = true
|
stat = true
|
||||||
|
[rebase]
|
||||||
|
autosquash = true
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
||||||
[difftool "FileMerge"]
|
[difftool "FileMerge"]
|
||||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||||
[credential]
|
[credential]
|
||||||
helper = osxkeychain
|
helper = osxkeychain
|
||||||
|
[difftool "sourcetree"]
|
||||||
|
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||||
|
path =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue