mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
Improve existing git helper scripts
This commit is contained in:
parent
06f4776be4
commit
7b4c245de3
6 changed files with 16 additions and 24 deletions
|
@ -37,4 +37,8 @@ case "$#" in
|
|||
* ) echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1 ;;
|
||||
esac
|
||||
|
||||
if [[ $BRANCH == "(no" ]]; then
|
||||
echo "Git is busy with merge, rebase, etc." 1>&2 ; exit 1
|
||||
fi
|
||||
|
||||
echo "$ORG $FORK $REPO $TARG $BRANCH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue