|
|
|
|
|
by pinoy420
499 days ago
|
|
Interesting I have only worked on huge applications that take ages to spin up so bisect was never really an option. > start doing something unrelated to the task
I would change branch to that — if I ever had liberty to change priorities like that. I have not tried git switch thank you |
|
I usually keep an improvements commit at the start of my branch which I `--amend` to while picking away at the task. If the commit gets too big I submit it separately, to be reviewed in isolation.