标签:target import initial with repos not nal setup board
We recommend every repository include a README, LICENSE, and .gitignore.
echo "# Architect" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:exmyth/Architect.git
git push -u origin master
git remote add origin git@github.com:exmyth/Architect.git
git push -u origin master
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
标签:target import initial with repos not nal setup board
原文地址:http://www.cnblogs.com/exmyth/p/7517942.html