git status // 查看状态 git add <file> // 添加文件 git commit -m "message" // 提交 git log // 查看提交记录 git pull origin <branch> // 拉取远程分支 git push origin <branch> // 推送到远程分支
Posted by "Hao Xu" on Wednesday, January 22, 2025
Software Developer, AI Engineer and Life Adventurer