gitops
Installation
SKILL.md
Gitops
Git version control operations for the aiops delivery chain.
Operations
sync
Pull latest from remote. Default strategy: rebase.
git pull --rebase
If merge conflict: report to user, do not auto-resolve.
status
Show current working tree state.