git init
echo demo1 > demo1.txt echo readme > README dir
git add demo1.txt git add README git commit -m "初始化项目版本"
git clone git@github.com:zhuzhufuzhuzhu/learngit
本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1907122
原文地址:http://suyanzhu.blog.51cto.com/8050189/1907122