Y
Hacker News
new
|
ask
|
show
|
jobs
by
harry_ord
646 days ago
Cherrypick (-p) is wonderful. A command I also like is rebase interactive(-I)
Git rebase -i HEAD~[number of commits]
1 comments
johnisgood
646 days ago
Yeah, I use `git rebase -i HEAD~n` a lot.
link