首页 > 代码库 > git 常用命令

git 常用命令

touch README
git add README 
git commit -m first commit
git push origin master

 

git 常用命令