GitHub 存储库中的 "add files via upload" 提交消息是什么?
What is "add files via upload" commit message in GitHub repositories?
我在 GitHub 中看到很多存储库带有此提交消息:Add files via upload
.
但我无法弄清楚这个(可能)自动提交消息是如何产生的。我环顾四周想找到线索,但找不到将此提交消息设置为默认值或其他内容的任何参考。
为什么以及如何使用此消息完成某些提交?
这似乎是 GitHub“上传文件”Web GUI 功能,如 described here:
Publish your updated webpage onto GitHub Pages:
From GitHub, click on “Upload files”
Where it says “Drag additional files here to add them to your repository”, drag and drop all the files in your webpage.Rproj folder:
- GitHub should now look like this.
- Commit and push your changes:
- At the bottom of the page where it says “Add files via upload”, write a commit message “Baby’s first commit”.
- Click on “Commit changes”.
我在 GitHub 中看到很多存储库带有此提交消息:Add files via upload
.
但我无法弄清楚这个(可能)自动提交消息是如何产生的。我环顾四周想找到线索,但找不到将此提交消息设置为默认值或其他内容的任何参考。
为什么以及如何使用此消息完成某些提交?
这似乎是 GitHub“上传文件”Web GUI 功能,如 described here:
Publish your updated webpage onto GitHub Pages:
From GitHub, click on “Upload files”
Where it says “Drag additional files here to add them to your repository”, drag and drop all the files in your webpage.Rproj folder:
- GitHub should now look like this.
- Commit and push your changes:
- At the bottom of the page where it says “Add files via upload”, write a commit message “Baby’s first commit”.
- Click on “Commit changes”.