Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
317 stars 67 forks source link

Run git hooks after certain operations #42

Open jerry-skydio opened 2 years ago

jerry-skydio commented 2 years ago

Is your feature request related to a problem? Please describe. Certain revup operations like amend might need to run git hooks to interoperate with other workflows. See a description at https://github.com/gitext-rs/git-stack/issues/192