Last active 1725103757

Revision da5cd434764c1e352d348a8b63e01acca6d4e86c

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