Commit Diff


commit - 22424217a31633a02111ff175985e1a7259b318c
commit + 4ae2f30813aff8609188660663fab0a01e005e7f
blob - b4576afacdb15ad870cf6773ff4e5107a3582cfd
blob + 7b0924185d9df315b19bbd3eb3f4c3fff74f2493
--- got_rebase
+++ got_rebase
@@ -1,2 +1,3 @@
+#!/usr/bin/env sh
 BRANCH="$(got branch)"
 got fetch && got update -b origin/$BRANCH && got rebase $BRANCH