-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation enhancements #115
Comments
+1 for docs relating to "updating local work on top of the remote main branch". Merging a PR and then rebasing the local branchless commits onto the new state of the remote branch was unintuitive the first few times I went through that process |
@bcongdon what was your workflow then vs now? |
Now, I run In a previous (mercurial) workflow, this was handled a bit gracefully with a catchall "sync" command, which implicitly pulled and rebased my local commits onto the trunk branch commit. I bet my current git-branchless workflow is suboptimal though, so docs around best practices for syncing to a remote repo would be helpful (even if the docs aren't necessarily prescriptive) |
@bcongdon I hope to release a |
fwiw, |
@terinjokes what is the behavior of |
It's a noop if the local branch and the remote branch have no differences. Otherwise it effectively fast-forwards to match the remote branch. |
@arxanas I took the liberty of writing up a wiki page for Please edit however however you like, or tell me what you'd like to see changed and I can work on it. |
@claytonrcarter Much appreciated, it looks great! |
git undo
has a non-interactive mode, add an inline-playing demo to the README, so that the user doesn't have to visit another page to view the demo.git next
/git prev
--all
/--branch
flags.git amend
command.The text was updated successfully, but these errors were encountered: