【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
相關文章
相關標籤/搜索