git track remot
Posted jiujue
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git track remot相关的知识,希望对你有一定的参考价值。
echo "# test" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jiujue/wesigdemo.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/jiujue/wesigdemo.git
git push -u origin master
以上是关于git track remot的主要内容,如果未能解决你的问题,请参考以下文章
这些词在 Git 中是啥意思:Repository、fork、branch、clone、track?