git的使用方法

Ls
cd Desktop/
git clone 链接
cd YCL拖上去
(解决冲突从这里开始
git stash
git pull origin master
git stash pop
【git的使用方法】)
git add .
git commit -m “yyyy”
git pull
git push

    推荐阅读