-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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
cassus, kevindux, david-induro, cmolina and OnkelTem
Metadata
Metadata
Assignees
Labels
No labels