Improve existing git helper scripts
This commit is contained in:
parent
06f4776be4
commit
7b4c245de3
6 changed files with 16 additions and 24 deletions
|
|
@ -15,11 +15,6 @@ REPO=${INFO[2]}
|
|||
TARG=${INFO[3]}
|
||||
BRANCH=${INFO[4]}
|
||||
|
||||
if [[ $BRANCH == "(no" ]]; then
|
||||
echo "Git is busy with merge, rebase, etc."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ ! -z "$1" ]]; then { BRANCH=$1 ; git checkout $1 || exit 1; } fi
|
||||
|
||||
if [[ $BRANCH == $TARG ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue