Support icon indicating copy to clipboard operation
Support copied to clipboard

Extending `git push` to handle pre-push hooks

Open karamdaddy opened this issue 4 years ago • 1 comments

Some repos have pre-push scripts that need to run (and pass) before the push happens.

Some hooks include checking the lint and running unit tests.

My workflow involves committing inside of GitFiend, and then switching over to the command line to run git push. Currently the push feature in GitFiend returns a error: failed to push refs to {repo} message.

karamdaddy avatar Mar 31 '20 03:03 karamdaddy

Hey @karamdaddy :)

Thanks for letting me know. It's an interesting problem as I imagine I would also want to see some console output while it's running. I'll have a think about it. I like this idea; I should be running the gitfiend unit tests pre-push.

GitFiend avatar Mar 31 '20 08:03 GitFiend