Github URL to create new file with specific name?

后端 未结 1 828
难免孤独
难免孤独 2021-01-06 08:19

I know you can use the URL github.com///new// to create a new file at a given

相关标签:
1条回答
  • 2021-01-06 08:50

    Answer: Yes.

    You can set the parameter filename in the URL. You can even add some content to the new file. For instance, to create a new file called newtest.py with default value PUT YOUR CODE HERE, use the following URL:

    https://github.com/Pithikos/C-Thread-Pool/new/master/tests?filename=newfile.py&value=PUT%20YOUR%20CODE%20HERE

    0 讨论(0)
提交回复
热议问题