You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use git rebase -i `git merge-base HEAD master` --rebase-merges and apply the rebase I get this error message repeated for each commit, even though it doesn't block the rebase:
JIRA prepare commit msg > done
JIRA prepare commit msg > start
JIRA prepare commit msg > Error: Command failed: git --git-dir="/Volumes/SourceCode/myrepo/.git" symbolic-ref --short HEAD
fatal: ref HEAD is not a symbolic ref
Running this in terminal succeeds:
$ git --git-dir="/Volumes/SourceCode/myrepo/.git" symbolic-ref --short HEAD
develop
The text was updated successfully, but these errors were encountered:
When I use
git rebase -i `git merge-base HEAD master` --rebase-merges
and apply the rebase I get this error message repeated for each commit, even though it doesn't block the rebase:Running this in terminal succeeds:
The text was updated successfully, but these errors were encountered: