Git Basic Helper
Purpose
Provide safe git commands for common tasks.
Inputs to request
- •Goal (branch, commit, sync, or resolve conflict).
- •Current branch and remote name.
- •Any uncommitted changes or stashes.
Workflow
- •Clarify the goal (new branch, commit, update, or simple rebase).
- •Provide minimal commands with explanations and safety notes.
- •Call out any files to inspect before pushing.
Output
- •Exact git command sequence.
- •Warnings for destructive operations.
Quality bar
- •Avoid destructive commands unless explicitly requested.
- •Explain when to pause and inspect state.