sh 用于检查当前git branch =“x”的bash脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 用于检查当前git branch =“x”的bash脚本相关的知识,希望对你有一定的参考价值。

BRANCH=$(git rev-parse --abbrev-ref HEAD)
if [[ "$BRANCH" != "x" ]]; then
  echo 'Aborting script';
  exit 1;
fi

echo 'Do stuff';

以上是关于sh 用于检查当前git branch =“x”的bash脚本的主要内容,如果未能解决你的问题,请参考以下文章

Git branch 分支与合并分支(转)

sh:parse_git_branch:找不到命令

sh Git Branch Regex

sh Git Branch Housekeeping

sh Git Branch

sh Import_new_remote_git_branch.sh