About Git

About Git

git init
git add .
git commit -m ".........."
git remote add origin https://...............
git push -u origin master

git branch
git push origin .......:.......
git branch -a

git clone -b iriszero https://.........

 

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注