上传项目到git
…or create a new repository on the command line
echo "# test" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/mygit-li/test.git git push -u origin master…or push an existing repository from the command line
git add . git commit -m "second commit" 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.
轉(zhuǎn)載于:https://www.cnblogs.com/wumingxiaoyao/p/7126012.html
總結(jié)
- 上一篇: 创纪录!Oracle关键补丁更新修复关键
- 下一篇: 高性能服务器架构(二):缓存清理策略