46
How common is it to code review like this?
(programming.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I usually find web gui good enough to get context of code. Doing all that and then needing to go back and forth from IDE to PR to leave comments sounds like it'd take a bunch more time.
Why squash all the commits if you're just going to reset? Unless I'm crazy you can reset across multiple commits.
Yeah
git reset --soft
then the sha of the last commit you want included in reset.