Skip to content

Instantly share code, notes, and snippets.

@assertnotnull
Created June 20, 2019 19:09
Show Gist options
  • Save assertnotnull/3350d9f95e25f180246341d1c3031007 to your computer and use it in GitHub Desktop.
Save assertnotnull/3350d9f95e25f180246341d1c3031007 to your computer and use it in GitHub Desktop.
How to add ability to manage all sub folders git

see: https://myrepos.branchable.com/install/

install

Linux

sudo apt-get install myrepos

MAC

brew install myrepos

configure

in your workspace/services folder:

ls -R -d */.git | sed 's//.git//' | xargs -I{} mr register {}

now you can

mr update and it will update all folders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment