-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add instructions for basic use of msync when needing to make updates #129
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
bundle exec msync update --noop | ||
``` | ||
|
||
This will clone all modules into `modules/` and apply any pending updates. Changes can then be inspected and Pull Request's |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will clone all modules into `modules/` and apply any pending updates. Changes can then be inspected and Pull Request's | |
This will clone all modules into `modules/` and apply any pending updates. Changes can then be inspected and Pull Requests |
Should we also provide instructions for using |
I personally never used it. Mostly because I got used to doing it manual before modulesync could do that. Only with ce29c2c (just merged) we updated to a version that supports the option. |
I never used it because it always did things from the main repository and not from the my fork, which I prefer if I am the one opening PRs to make it cleaner and prevent branch bloat. |
I didn't mention it, but that is indeed also something I thought about. I also like to review any changes before I submit the PR. Then I create PRs in a shell loop using hub. Does it also make sense to mention |
If you can tell me the workflow and use case I will include it. My one use of |
What I often do is use |
No description provided.