commit 22424217a31633a02111ff175985e1a7259b318c from: Aleksey Ryndin date: Wed Feb 21 18:59:18 2024 UTC Add simple got wrapper: update (rebase) local branch commit - 597e1321ca1de044f908b405f0a16ec3a2baa67c commit + 22424217a31633a02111ff175985e1a7259b318c blob - /dev/null blob + b4576afacdb15ad870cf6773ff4e5107a3582cfd (mode 755) --- /dev/null +++ got_rebase @@ -0,0 +1,2 @@ +BRANCH="$(got branch)" +got fetch && got update -b origin/$BRANCH && got rebase $BRANCH