You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 5 година
1234567891011
  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