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
|
st = status -s
|
||||||
smu = submodule update --init --recursive
|
smu = submodule update --init --recursive
|
||||||
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi"
|
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi"
|
||||||
up = !git fetch && git rebase --autostash FETCH_HEAD
|
up = pull --rebase --autostash
|
||||||
[github]
|
[github]
|
||||||
user = walkah
|
user = walkah
|
||||||
[git-up "bundler"]
|
[git-up "bundler"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user