apple-intelligence-prompts/scripts/add_files.sh
Explosion Implosion e9de721f45 More file info
I'm preparing to update macos so it'd be nice to see the changes when I do
2024-08-14 08:15:07 -05:00

12 lines
377 B
Bash
Executable File

#!/usr/bin/env bash
# Run from the root of the repo
fd --type f -g "*.json" . -X git add -v {}
fd --type f -g "*Manifest.plist" . -X git add -v {}
fd --type f -g "*Restore.plist" . -X git add -v {}
fd --type f -g "*Info.plist" . -X git add -v {}
fd --type f -g "*GenerativeModels.xml" . -X git add -v {}
git add -v scripts
git add "*.md"
git add summary.json
git add FILES.txt