Y
Hacker News
new
|
ask
|
show
|
jobs
by
akatechis
2044 days ago
Can't remember the times I've had to google "Pop commit and move to another branch", for when I accidentally commit to `master` when I meant to commit it to `feature-branch`...
1 comments
zests
2044 days ago
Magit does this natively with git cherry pick harvest. I type `A h`.
I think the real solution is branch protection, however.
link
I think the real solution is branch protection, however.