-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mgit --watch #48
Comments
I'm not sure this is actually feasible. Unless there's some file in Other than that, it's an interesting feature request. Although, I'm afraid that it wouldn't be very popular and requiring one to launch |
Alternatively, mgit could install some git hook in the child repositories, so whenever you checkout something there, it updates the parent project. This would be more convenient. |
Tadam! |
Sounds cool too.
Well, on the other hand, it's nice that you can enable it whenever you want, but if you do not need it you can turn it off and no one is chaning your |
Since I always forget to change
mgit.json
/package.json
while I develop and whenever I ask someone to check my branch I need to give him the whole list of branches I realized that themgit --watch
tool would be very useful. It would watch all subbranches and whenever branch changes its saves it to themgit.json or
package.json (see #29).The text was updated successfully, but these errors were encountered: