Created
May 30, 2017 21:12
-
-
Save usmansaleem/b72aebc3c07428d96cdb3f5d49f0290d to your computer and use it in GitHub Desktop.
git alias for working with multiple repos from parent directory. Usage 'git all pull'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
all = "!sh -c \"find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} $1 \\;\" -" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment