瀏覽代碼

Adding a simple shell script to handle pushing; this is very custom to my RMaint setup... modify to taste

jcamins
Chris Nighswonger 13 年前
父節點
當前提交
20ef6fd64e
  1. 8
      push.sh

8
push.sh

@ -0,0 +1,8 @@
#!/bin/bash
BRANCH=$1
git push origin $BRANCH
pushd ~/koha.3.2.r_maint
git push origin $BRANCH
popd
載入中…
取消
儲存