Searched refs:this_branch (Results 1 – 1 of 1) sorted by relevance
2608 this_branch=$($GIT branch | nawk '$1 == "*" { print $2 }')2612 if [[ $this_branch != "(no branch)" ]]; then2617 if [[ "$local" == "$this_branch" ]]; then