[关闭]
@hpp157 2016-08-18T04:06:49.000000Z 字数 478 阅读 1947

git

git


…or create a new repository on the command line

echo "# Lightweight-Django-" >> README.md

  1. git init
  2. git add README.md
  3. git commit -m "first commit"
  4. git remote add origin https://github.com/WenChaoGit/Lightweight-Django-.git
  5. git push -u origin master

…or push an existing repository from the command line

  1. git remote add origin https://github.com/WenChaoGit/Lightweight-Django-.git
  2. 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.

Import code

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注