- 初建仓库:git init
- 添加修改:git add .
- 查看修改:git status
- 查看具体修改地方:git diff README.md
- 显示从最近到最远的提交日志: git log/git log --pretty=oneline
- 回退版本到上一个版本:git reset --hard HEAD^
-
Notifications
You must be signed in to change notification settings - Fork 0
doublejingz/use-for-git
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published