Updated git config
This commit is contained in:
parent
56c33d2645
commit
2d236dee7a
@ -2,7 +2,8 @@
|
|||||||
protocol = https
|
protocol = https
|
||||||
[user]
|
[user]
|
||||||
name = Gregory Eremin
|
name = Gregory Eremin
|
||||||
email = magnolia_fan@me.com
|
email = g@erem.in
|
||||||
|
signingkey = EC26E86C
|
||||||
[credential]
|
[credential]
|
||||||
helper = osxkeychain
|
helper = osxkeychain
|
||||||
[alias]
|
[alias]
|
||||||
@ -12,8 +13,10 @@
|
|||||||
ci = commit
|
ci = commit
|
||||||
rd = rebase -i development
|
rd = rebase -i development
|
||||||
rh = rebase -i HEAD~5
|
rh = rebase -i HEAD~5
|
||||||
|
cp = cherry-pick
|
||||||
unstage = reset
|
unstage = reset
|
||||||
undo = reset --soft HEAD^
|
undo = reset --soft HEAD^
|
||||||
|
reword = git commit --amend -m
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
@ -44,3 +47,6 @@
|
|||||||
trustExitCode = true
|
trustExitCode = true
|
||||||
[merge]
|
[merge]
|
||||||
tool = Kaleidoscope
|
tool = Kaleidoscope
|
||||||
|
[filter "media"]
|
||||||
|
clean = git-media-clean %f
|
||||||
|
smudge = git-media-smudge %f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user