git 常用命令

touch README
git add README 
git commit -m 'first commit'
git push origin master
原文地址:https://www.cnblogs.com/37yan/p/6879644.html