GitCheatSheet:每个开发人员必须知道的基本Git命令

时间:2021-02-15 14:34:44
【文件属性】:
文件名称:GitCheatSheet:每个开发人员必须知道的基本Git命令
文件大小:23KB
文件格式:ZIP
更新时间:2021-02-15 14:34:44
Git备忘单 每个开发人员必须知道的基本Git命令。 创建快照 初始化存储库 git init 暂存文件 git add file1.js # Stages a single file git add file1.js file2.js # Stages multiple files git add *.js # Stages with a pattern git add . # Stages the current directory and all its content 查看状态 git status # Full status git status -s
【文件预览】:
GitCheatSheet-master
----README.md(8KB)
----git.png(21KB)

网友评论