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
fatal: malformed object name master
❌ An error occured. Was there a conflict perhaps?
error Error: fatal: malformed object name master
at /Users/eugene/.config/yarn/global/node_modules/simple-git/promise.js:21:26
at Git.<anonymous> (/Users/eugene/.config/yarn/global/node_modules/simple-git/src/git.js:645:18)
at Function.Git.fail (/Users/eugene/.config/yarn/global/node_modules/simple-git/src/git.js:1478:18)
at fail (/Users/eugene/.config/yarn/global/node_modules/simple-git/src/git.js:1436:20)
at /Users/eugene/.config/yarn/global/node_modules/simple-git/src/git.js:1445:16
at process._tickCallback (internal/process/next_tick.js:68:7)
The text was updated successfully, but these errors were encountered:
princed
changed the title
Fails when master is checked out
Fails when master is not checked out locally
Dec 11, 2018
Ah yes, it does depend on master being there (I do some checking there if the branch was already merged into master so that we don't push already merged branches). I guess we don't really need that anymore (it was for pr-train 1.0 where you couldn't easily remove branches from the train).
Version:
2.2.2
Stacktrace:
The text was updated successfully, but these errors were encountered: