Skip to content

Instantly share code, notes, and snippets.

@nickfloyd
Created December 13, 2010 17:51
Show Gist options
  • Save nickfloyd/739304 to your computer and use it in GitHub Desktop.
Save nickfloyd/739304 to your computer and use it in GitHub Desktop.
When having a remote the same name as the branch then you have to "fully qualify" the push
>> git push [remote] [fork]:[branch]
ex.
git push dev1 ftdev1:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment