Created
September 28, 2015 08:19
-
-
Save wynemo/4e26f5e151d068aa76f1 to your computer and use it in GitHub Desktop.
push creates new remote head on branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| push creates new remote head on branch | |
| from time to time, `hg push` throws this message | |
| I'm pretty sure that no code needs to be merged. | |
| `hg push -b yourbranch` solve this | |
| and I don't care why. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment