git使用命令行-01-自己操作的

0.  git —version 《查看git版本》

1.  git clone ——git地址——
2. ls 
3. cd LYHSecondDocuments02/
4. ls
5. git status -s
6. git add .    //点表示添加所有 (如果修改了,需要再次添加)
7. git status -s  //所有文件前缀A ,表示文件添加成功
6. git add
8. git commit -m ‘这里是描述’ 9. git push //推送 10. ok 成功了
时光见证了成长,还很无知,我想一点点幼稚转为有知!
原文地址:https://www.cnblogs.com/foreveriOS/p/5470623.html