Created
December 25, 2021 23:17
-
-
Save Fedec96/e073cfc7b502f53ac0f126bf1425ff16 to your computer and use it in GitHub Desktop.
Pull all git repositories from parent directory
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
#!/bin/bash | |
ls | xargs -I{} git -C {} pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment