Loading...
Loading...
Compare original and translation side by side
git status
git diff --statgit status
git diff --stat<type>(<scope>): <short description>
<body with details>
<footer>featfixdocsrefactorstyletestchorefeat(auth): add password reset flow
- Add forgot password endpoint
- Implement email verification token
- Add password reset form component
Closes #123<type>(<scope>): <简短描述>
<详细说明正文>
<页脚>featfixdocsrefactorstyletestchorefeat(auth): add password reset flow
- Add forgot password endpoint
- Implement email verification token
- Add password reset form component
Closes #123git diff --staged # or git diff if not stagedgit diff --staged # 若未暂存则使用 git diffgit add -A # or specific files
git commit -m "<message>"git add -A # 或指定具体文件
git commit -m "<message>"git log -1 --statgit log -1 --statgit pushgit pushundefinedundefinedfeat(auth): add password reset flow
- Add forgot password endpoint
- Implement email verification token
- Add password reset form component
Closes #123undefinedfeat(auth): add password reset flow
- Add forgot password endpoint
- Implement email verification token
- Add password reset form component
Closes #123undefined