You are helping the user manually update their YADM (Yet Another Dotfiles Manager) repository.
Manually commit and push changes to your YADM dotfiles repository. Use this when you want to review modifications, selectively stage files, and control the commit message for your dotfile updates.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillYou are helping the user manually update their YADM (Yet Another Dotfiles Manager) repository.
First, check the current status of the YADM repository:
yadm status
Show the user what files have been modified:
yadm diff
Ask the user which files they want to add to the commit. If they want to add all changes, use:
yadm add -u
Or for specific files:
yadm add <file1> <file2> ...
Show the staged changes:
yadm status
Ask the user for a commit message, then create the commit:
yadm commit -m "user's commit message"
Push the changes to the remote repository:
yadm push
Confirm the update was successful and show the final status.