Remix.run Logo
faangguyindia 5 days ago

Essentially, you are turning fork/branch induced changes to "precommit" review like workflow which is great.

I was on a lookout for best "precommit" review tool and zeroed on Magit, gitui, Sublime Merge.

I am not an emac user, so i'll have to learn this.

xeonmc 5 days ago | parent [-]

In theory this functionality would be best suited as a git subcommand.

I suggest `git-precom` for conciseness.

faangguyindia 5 days ago | parent [-]

Git already has `git add -p` but demands a lot from user.

Pxtl 5 days ago | parent [-]

Git demands a lot from user in general.