X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bin%2Fgit-rb-all;h=0323d73ba451152045011412be816ad25a60fd36;hb=5730a476751bf62b99606dc339837c37deed7b22;hp=e20c83aca54e70591abb39d73ecae48bfff9ac2b;hpb=86bc09eb6d303ca3a4d8b439b6522cab0156c670;p=home.git diff --git a/.bin/git-rb-all b/.bin/git-rb-all index e20c83a..0323d73 100755 --- a/.bin/git-rb-all +++ b/.bin/git-rb-all @@ -9,7 +9,7 @@ rb_one() { echo " -> skipping due to missing merge branch" else echo - git checkout -q "${b}" || exit + git checkout -q "${b}" || return if ! git rebase ; then git rebase --abort fi