git快速笔记

https://git-scm.com/docs/git https://help.github.com/engit 掌握这三条应急!!!github git add [path] git commit -m "v0.0.1" git status 基本命令 # 从赞存区回退文件 git reset . # 清除缓存 git rm -r --cached . 初始化命令 # …or crea
相关文章
相关标签/搜索