github 添加新版本控制

来源:互联网 发布:威武猫qq群淘宝客软件 编辑:程序博客网 时间:2024/06/02 07:31

We recommend every repository include a README, LICENSE, and .gitignore.

…or create a new repository on the command line
git init
git add README.md
git commit -m “first commit”
git remote add origin https://github.com/wendysgirl/runtime-wendy.git
git push -u origin master

…or push an existing repository from the command line
git remote add origin https://github.com/wendysgirl/runtime-wendy.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.

Import code
ProTip! Use the URL for this page when adding GitHub as a remote.
Status API Training Shop Blog About

0 0
原创粉丝点击