如何使用MINGW32在github上进行代码提交?

时间:2014-01-16 11:17:39

标签: github

我在github上创建了一个存储库。

现在我想把我的一些代码放在那里,任何人都可以告诉我如何做这个以及如何提交代码。

我尝试使用这行

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Dany001/myrepo.git
git push -u origin master

请简短解决我的问题

由于

0 个答案:

没有答案