Commit Diff
--- /dev/null +++ got_rebase @@ -0,0 +1,2 @@ +BRANCH="$(got branch)" +got fetch && got update -b origin/$BRANCH && got rebase $BRANCH
--- /dev/null +++ got_rebase @@ -0,0 +1,2 @@ +BRANCH="$(got branch)" +got fetch && got update -b origin/$BRANCH && got rebase $BRANCH