File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444echo -e " \nChecking the state of the current branch"
4545
4646isDefaultBranch || _exit 1 " Current branch is not the default branch"
47- isCleanBranch || _exit 1 " Current branch is not clean"
47+ # isCleanBranch || _exit 1 "Current branch is not clean"
4848# To repair, run: git cherry-pick --abort &>/dev/null; git fetch origin && git reset --hard origin/$(git symbolic-ref --short HEAD) && git clean -fd; git checkout main
4949
5050sourceGh=$( getGHCode " $number " )
7777 echo -e " \nChecking out target branch"
7878
7979 git checkout $targetBranch
80- isCleanBranch || _exit 1 " Current branch is not clean"
80+ # isCleanBranch || _exit 1 "Current branch is not clean"
8181 # To repair, run: git cherry-pick --abort &>/dev/null; git fetch origin && git reset --hard origin/$(git symbolic-ref --short HEAD) && git clean -fd; git checkout main
8282
8383 targetGh=" "
You can’t perform that action at this time.
0 commit comments