最后活跃于 1725103757

git_subActions.sh 原始文件
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'