Y
Hacker News
new
|
ask
|
show
|
jobs
by
jeroen
649 days ago
When it shows you a hunk that's bigger than you like, you can use 's' to split it into smaller hunks.
1 comments
johnisgood
649 days ago
Thank you!
link
harry_ord
649 days ago
Cherrypick (-p) is wonderful. A command I also like is rebase interactive(-I)
Git rebase -i HEAD~[number of commits]
link
johnisgood
649 days ago
Yeah, I use `git rebase -i HEAD~n` a lot.
link