Loading...
Loading...
Compare original and translation side by side
git status"Working tree is not clean. Please commit or stash your changes before starting." Do NOT proceed until the checkout is clean.
git pullgit status"工作区未处于干净状态。请先提交或暂存您的更改再开始。" 在检出状态干净前,请勿继续。
git pullfeature/bugfix/spike/refactor/docs/chore/git checkout -b <branch-type>/<short-description>
git push -u origin <branch-type>/<short-description>$ARGUMENTS/implement-with-feedback feature/add-authfeature/bugfix/spike/refactor/docs/chore/git checkout -b <branch-type>/<short-description>
git push -u origin <branch-type>/<short-description>$ARGUMENTS/implement-with-feedback feature/add-authdocs/plans/plan_<branch-name>_implimentation.md/-# WIP: <Branch Name>
**Branch:** `<branch-type>/<description>`
**Started:** <date>
**Status:** In Progress
## Plan
<If a plan file was provided as $1, summarize it here and link to it. Otherwise, work with the user to define the plan.>
### Tasks
- [ ] Task 1
- [ ] Task 2
- ...
## Progress Log
### <timestamp>
- Started work. Branch created from `main` at `<commit-sha>`.
## Decisions & Notes
<Record architectural decisions, trade-offs, and anything useful for reviewers.>
## Blockers
<None currently.>
## Commits
<githash> - Oneline changelog/commit notegit add docs/wip/<filename>.md
git commit -m "wip: start <branch-name> — init progress tracker"
git pushdocs/plans/plan_<branch-name>_implimentation.md/-# WIP: <Branch Name>
**Branch:** `<branch-type>/<description>`
**Started:** <date>
**Status:** In Progress
## Plan
<如果$1提供了计划文件,在此处总结内容并链接到该文件。否则,与用户协作定义计划。>
### Tasks
- [ ] Task 1
- [ ] Task 2
- ...
## Progress Log
### <timestamp>
- Started work. Branch created from `main` at `<commit-sha>`.
## Decisions & Notes
<记录架构决策、权衡方案以及对评审者有用的所有信息。>
## Blockers
<None currently.>
## Commits
<githash> - Oneline changelog/commit notegit add docs/wip/<filename>.md
git commit -m "wip: start <branch-name> — init progress tracker"
git push[x]feat: add auth middleware for API routesfix: handle null response from scannerwip: partial implementation of results tabledocs: update scanner authoring guidetest: add normalizer tests for ffufrefactor: extract fingerprint logic to shared utilgit add <specific-files>
git commit -m "<type>: <description>"
git push[x]feat: add auth middleware for API routesfix: handle null response from scannerwip: partial implementation of results tabledocs: update scanner authoring guidetest: add normalizer tests for ffufrefactor: extract fingerprint logic to shared utilgit add <specific-files>
git commit -m "<type>: <description>"
git push**Status:**Complete**Status:**Completegit log --oneline origin/<branch-name>
git diff main..origin/<branch-name>
cat docs/wip/<branch-name>.md # on the remote branchgit log --oneline origin/<branch-name>
git diff main..origin/<branch-name>
cat docs/wip/<branch-name>.md # on the remote branch