Commit the work sitting uncommitted in two repos
Two repos have real changes that are pushed nowhere.
| Repo | Uncommitted |
|---|---|
sonos-source-switcher | 9 modified files, plus an untracked Design/ folder |
codeable-api-v2 | Modified sync.php, plus an untracked redeisgn/ folder |
Both have remotes, so committing is all that's needed. Until then the changes only exist on the external drive, same as the four tools with no remote at all.
Untracked folders are the risk, not the modified files. A modified file still has its previous version in git history. An untracked folder has nothing.
Note the typo in redeisgn/, worth renaming while you're in there.
Also
~/.dotfiles has an uncommitted change to ai/skills/github-project-backlog/scripts/create_github_backlog.py. Left alone deliberately when committing other dotfiles changes, since it looked like work in progress.