技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(877)
分类: iOS平台
2015-11-13 20:25:28
echo "# thred" >> README.md
git init git add README.md
git commit -m "first commit"
git remote add origin git@github.com:jeffasd/thred.git
git push -u origin master
执行此命令后本地的文件夹下的全部内容就会上传到github
到此上传github的工作就完成了。
--------------------------------------------------------------------华丽的分割线
本地直接clone 的方法为:
git clone git@github.com:jeffasd/thred.git
…or push an existing repository from the command line
git remote add origin git@github.com:jeffasd/thred.git
git push -u origin master
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.