How can I upload fresh code at github?

前端 未结 7 1245
孤街浪徒
孤街浪徒 2021-01-29 19:03

I have a directory with all my coding projects.

I want to upload (correct terminology?) it to GitHub using the command line.

I have already looked at Old questi

7条回答
  •  执念已碎
    2021-01-29 19:32

    You can create GitHub repositories via the command line using their Repositories API (http://develop.github.com/p/repo.html)

    Check Creating github repositories with command line | Do it yourself Android for example usage.

提交回复
热议问题