git的使用方法

Ls

cd Desktop/

git clone 链接

cd YCL拖上去

(解决冲突从这里开始

git stash

git pull origin master

git stash pop

)

git add .

git commit -m “yyyy”

git pull

git push

你可能感兴趣的:(git的使用方法)