-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I use magit to do almost all my branch work, so I'm not entirely sure how it sets some things up... but whenever I use git chain push I see this:
𝒾 Pushing 1 branch to master
fatal: invalid refspec 'R5U-1497/rails5:'
✗ git push failed
ah. found the log. looks like this:
I, [2020-07-31T13:54:10.206169 #15446] INFO -- : �[0;94m𝒾�[0m Pushing �[0;94m1�[0m branch to master
D, [2020-07-31T13:54:10.206497 #15446] DEBUG -- : �[0;33m»�[0m git push master R5U-1497/rails5:
E, [2020-07-31T13:54:10.211935 #15446] ERROR -- : �[0;31m✗�[0m git push failed
So, the error is coming from git but the command from git chain looks wrong. git push master <branch><colon> instead of git push origin <branch>
Metadata
Metadata
Assignees
Labels
No labels