25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

12 satır
173 B

  1. #!/bin/bash
  2. BASEDIR=$1
  3. if [ "x$BASEDIR" = "x" ] ; then
  4. echo "No template git repo specified. Usage: $0 <template-git-repo>"
  5. exit 1
  6. fi
  7. cd $BASEDIR
  8. git fetch
  9. git rebase