Last active 1725103757

rcaldous's Avatar rcaldous revised this gist 1725103757. Go to revision

1 file changed, 2 insertions

git_subActions.sh(file created)

@@ -0,0 +1,2 @@
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'
Newer Older