You are helping the user check the status of their YADM (Yet Another Dotfiles Manager) repository.
Check your YADM dotfiles repository status, showing tracked files, uncommitted changes, unpushed commits, and remote connection details.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillYou are helping the user check the status of their YADM (Yet Another Dotfiles Manager) repository.
Check which files YADM is currently tracking:
yadm list -a
Show the current repository status (modified, staged, untracked files):
yadm status
Show recent commit history (last 10 commits):
yadm log --oneline -10
Check if there are any unpushed commits:
yadm log origin/main..HEAD --oneline
(Note: Replace 'main' with the actual branch name if different, e.g., 'master')
Show which remote repository YADM is connected to:
yadm remote -v
Summarize the findings for the user:
If requested, you can also:
yadm diff --name-onlyyadm fsck~/.local/share/yadm/repo.git