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
|
||||
glog = log --decorate --graph
|
||||
st = status -bs
|
||||
up = "!git remote update -p; git merge --ff-only @{u}"
|
||||
[color]
|
||||
ui = auto
|
||||
[core]
|
||||
|
||||
Reference in New Issue
Block a user