Loading...
Loading...
Compare original and translation side by side
[$(git branch --show-current) = $(gh repo view --json defaultBranchRef --jq .defaultBranchRef.name)] && echo 1 || echo 0git ls-files -u | wc -lgit branch --show-current^(feat|fix|docs|style|refactor|perf|test|chore)\/[a-z0-9\-]+$[$(git branch --show-current) = $(gh repo view --json defaultBranchRef --jq .defaultBranchRef.name)] && echo 1 || echo 0git ls-files -u | wc -lgit branch --show-current^(feat|fix|docs|style|refactor|perf|test|chore)\/[a-z0-9\-]+$git status --porcelain
git diff --stat
git diff --cached --statgit diff
git diff --cachedgit status --porcelain
git diff --stat
git diff --cached --statgit diff
git diff --cachedgit add <specific-files>
git commit -m "<type>: <brief description>"git add <specific-files>
git commit -m "<type>: <brief description>"git fetch origin master:mastergit rebase mastergit push origin HEAD --force-with-leasegit fetch origin master:mastergit rebase mastergit push origin HEAD --force-with-leaseskills_superpowers_writing_git_commitsfeat:fix:docs:style:test:chore:<type>(scope): <subject>feat: add user authentication endpointfix(config): resolve null pointer in config parserfeat(scope): extract validation logic to separate moduledocs(apiv2): update API documentation for v2 endpointschore: update dependencies to latest versionsskills_superpowers_writing_git_commitsfeat:fix:docs:style:test:chore:<type>(scope): <subject>feat: add user authentication endpointfix(config): resolve null pointer in config parserfeat(scope): extract validation logic to separate moduledocs(apiv2): update API documentation for v2 endpointschore: update dependencies to latest versions