See list of modified files in repo folder
π§ FULL COMMAND:
repo forall -c 'git status --short | while read status file; do echo "$(pwd)/$file"; done'β
High-Level Goal:
π PART 1: repo forall -c '...'
repo forall -c '...'1οΈβ£ repo
repo2οΈβ£ forall
forall3οΈβ£ -c
-cπ PART 2: 'git status --short | while read status file; do echo "$(pwd)/$file"; done'
'git status --short | while read status file; do echo "$(pwd)/$file"; done'πΉ git status --short
git status --shortπΉ |
|πΉ while read status file; do ...; done
while read status file; do ...; doneπΉ echo "$(pwd)/$file"
echo "$(pwd)/$file"π FLOW DIAGRAM SUMMARY:
π§ͺ Example:
π Notes:
Last updated