Loading...
Loading...
Commit and push vault changes to Git with smart commit messages. Auto-stages files, creates meaningful commits, and syncs with remote. Use after making vault changes or at end of day.
npx skill4agent add ballred/obsidian-claude-pkm push/push/push/push "Completed project planning"Daily note for 2024-01-15 + 3 project updates
- Added: Daily Notes/2024-01-15.md
- Modified: Projects/Learning Spanish/notes.md
- Modified: Goals/2. Monthly Goals.md[2024-01-15 09:30] Completed weekly review/daily # Create daily note
# ... work on notes ...
/push "Morning planning complete"# Complete daily reflection
/push # Auto-message with summary/weekly # Run weekly review
/push "Weekly review - Week 3"git add .git commit -m "message"git pull --rebase origin maingit push origin mainprivate/
credentials.md
.env
.obsidian/workspace*
.obsidian/cache
.trash/
.DS_Storegit pull --rebase origin main
git push origin maingit init
git remote add origin [URL]/daily/weekly/onboard