【git操作】

几个重要概念: 本地工作区 本地版本库 远程仓库 echo "# tensorflow-rnn" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/kuanzi/tensorflow-rnn.git git push -u ori
相关文章
相关标签/搜索