how would you describe what "git rebase" does in one or two short sentences? Assuming there's already an appropriate diagram you can point to
(I'm doing a small side project around git rebase this week)
(1/?)
if you use git rebase, have you ever used `git rebase --onto`?
(2/?)
@b0rk the way I have used rebase has mostly been together with git pull, like this:
git pull --rebase
Many times that helped get out of some trouble I got into when somebody else had pushed changes after the last time I did git pull.
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy. Stay safe. Please abide by our code of conduct. (Source code)