Add "git up".
Reference: http://stackoverflow.com/questions/15316601/in-what-cases-could-git-pull-be-harmful
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
gl = log --decorate --graph --pretty=oneline
|
gl = log --decorate --graph --pretty=oneline
|
||||||
glog = log --decorate --graph
|
glog = log --decorate --graph
|
||||||
st = status -bs
|
st = status -bs
|
||||||
|
up = "!git remote update -p; git merge --ff-only @{u}"
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
[core]
|
[core]
|
||||||
|
|||||||
Reference in New Issue
Block a user