timcharper / gitty

Unobtrusively extend git repositories with hooks. Additionally, share hooks between developers.
MIT License
26 stars 3 forks source link

Check remote branches when attempting to prevent a messy rebase. #2

Closed jfelixetcetera closed 13 years ago

jfelixetcetera commented 13 years ago

Currently gitty doesn't check remote branches. This may not always be the desired behavior, but without it git will happily rewrite commits that may have already been pushed. Which would be very bad.

timcharper commented 13 years ago

excellent suggestion, thank you very much for the patch!