git_subActions.sh
· 159 B · Bash
Raw
alias gfs="find . -maxdepth 1 -mindepth 1 -type d -exec sh -c '(echo {} && cd {} && git status -s && echo)' \;"
alias gfp='ls | xargs -P10 -I{} git -C {} pull'
1 | alias gfs="find . -maxdepth 1 -mindepth 1 -type d -exec sh -c '(echo {} && cd {} && git status -s && echo)' \;" |
2 | alias gfp='ls | xargs -P10 -I{} git -C {} pull' |