提交 7395c634 编写于 作者: F foreverlpf@icloud.com

修改README

上级 b2eefd5d
......@@ -8,5 +8,8 @@
# 5. SRE手册
## 5.1 git/svn速查
### 5.1.1 [svn指令脚本](./svncmd.txt)
### 5.1.1 [git指令脚本](./gitcmd.md)
### 5.1.2 [git指令脚本](./gitcmd.md)
## 5.2 Linux
1. [CentOS 安装 mysql5.7](https://www.cnblogs.com/brianzhu/p/8575243.html) : [https://www.cnblogs.com/brianzhu/p/8575243.html](https://www.cnblogs.com/brianzhu/p/8575243.html)
......@@ -52,9 +52,9 @@ git remote rename {old-name} {new-name} 重命名远程仓库
git remote rm {remote} 删除远程仓库remote
git reset --hard 重置仓库
Git各个状态之间转换指令总结
![Git各个状态之间转换指令总结](./gitcmd_files/clip_image001.png)
Git各个状态之间转换指令总结
基本状态标识
* A- = untracked 未跟踪
......
此差异已折叠。
svn add . --no-ignore --force #递归目录下所有文件
#添加文件并提交
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册