Comment by faangguyindia

Comment by faangguyindia 4 days ago

3 replies

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 4 days ago

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

I suggest `git-precom` for conciseness.

  • faangguyindia 4 days ago

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

    • Pxtl 4 days ago

      Git demands a lot from user in general.