1.上传软件a.exe
用到了:
git status
git add a.exe
git rm –cached a.exe
git commit -m ‘some comments’
git push
本文介绍了如何使用Git命令来管理软件a.exe的版本控制,包括状态检查、文件添加、缓存清理、提交注释及远程推送等操作。
用到了:
git status
git add a.exe
git rm –cached a.exe
git commit -m ‘some comments’
git push

被折叠的 条评论
为什么被折叠?