Git/Github docs lacking on creating new branches at a specific tag for migration purposes #547
Unanswered
Ricky Olivier (ricky-lv426)
asked this question in
Q & A
Replies: 1 comment 1 reply
|
It would be good to know what exactly is required. Do we need to provide a branch on the forked GitHub repo with changes at a the git_migration tag, or does the branch on forked Github repo need to be at the latest tag with the new changes on top of that. The docs is not explicit about it. I have a local branch with changes added after the git_migration tag, but this is obviously diverged from the remote branch I created on Github as per the current documentation instructions. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The Git/Github docs aren't very clear (or lacking detail) about creating new branches for migration purposes. It seems it got things a bit muddled with creating branches on GitHub and then creating a local branch at a specific tag. When I come to push, the remote branch is obviously ahead of my local branch. The docs is not explicit about how to resolve the issue. I assume I should do a
git pull(?), but it would be good to have this explicitly stated somewhere.All reactions