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
Currently, all commits can technically have more than one previous commit, but when you run revtool snap it only adds the one from the branch. We need a command like: revtool merge <branch> which will try to bring in the changes from that branch into this one. revtool rebase <branch> would be a nice to have as well.
The text was updated successfully, but these errors were encountered:
Currently, all commits can technically have more than one previous commit, but when you run
revtool snap
it only adds the one from the branch. We need a command like:revtool merge <branch>
which will try to bring in the changes from that branch into this one.revtool rebase <branch>
would be a nice to have as well.The text was updated successfully, but these errors were encountered: