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
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
Perhaps I don't understand the goal of Make branch, but I think it is very strange that it asks for a base branch and that it merge the commit of the PR in this branch. I would expect at the end of Make branch to have exactly the same tip commit than the one on github.
For that, I see two possibilities:
the merge :sha should be replaced by a reset --hard :sha
directly git checkout branch :sha, that remove the need for asking for a base branch.
The text was updated successfully, but these errors were encountered:
@sigma I just ran into this. Has there been any update here? It seems like the current functionality directly contradicts the description of # b in the README:
create a topic branch for this PR. After testing the PR you can merge it back into your branch using Magit.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Perhaps I don't understand the goal of
Make branch
, but I think it is very strange that it asks for a base branch and that it merge the commit of the PR in this branch. I would expect at the end ofMake branch
to have exactly the same tip commit than the one on github.For that, I see two possibilities:
merge :sha
should be replaced by areset --hard :sha
git checkout branch :sha
, that remove the need for asking for a base branch.The text was updated successfully, but these errors were encountered: