Comment by xelxebar
2 days ago
Does this not do what you want?
git rebase -i master..HEAD
The gitrevisions(7) manpage is a good reference to keep in your back pocket, I find.
https://www.man7.org/linux/man-pages/man7/gitrevisions.7.htm...
2 days ago
Does this not do what you want?
git rebase -i master..HEAD
The gitrevisions(7) manpage is a good reference to keep in your back pocket, I find.
https://www.man7.org/linux/man-pages/man7/gitrevisions.7.htm...
No comments yet
Contribute on Hacker News ↗