Before ending any session, run the standard git checklist.
git statusto check what changed.git add <files>to stage code changes.git commit -m "..."to commit.git pushto push to remote.
Reference: references/end-session-checklist.md.
在交接之前,请遵循会话结束时的git检查清单。
Before ending any session, run the standard git checklist.
git status to check what changed.git add <files> to stage code changes.git commit -m "..." to commit.git push to push to remote.Reference: references/end-session-checklist.md.