better "git up" alias

the old one caused problems with non-tracked branches
This commit is contained in:
James Walker 2018-10-04 20:18:12 -04:00
parent 6e68c9a017
commit b7c9593cf6
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -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"]