better "git up" alias
the old one caused problems with non-tracked branches
This commit is contained in:
parent
6e68c9a017
commit
b7c9593cf6
@ -12,7 +12,7 @@
|
||||
st = status -s
|
||||
smu = submodule update --init --recursive
|
||||
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi"
|
||||
up = !git fetch && git rebase --autostash FETCH_HEAD
|
||||
up = pull --rebase --autostash
|
||||
[github]
|
||||
user = walkah
|
||||
[git-up "bundler"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user