文件名称:upload:从命令行上传文件到非 repo 存储的脚本
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-13 20:37:42
Ruby
注意:GitHub 不再支持或更新此存储库。 如果您希望继续自己开发此代码,我们建议您对其进行 fork。 GitHub 上传脚本 github_upload是一个命令行实用程序,允许将文件快速上传到 GitHub 上的非存储库。 If 可以在本地存储库中使用,或者给出一个明确的存储库名称以上传到。 在回购中: $ cd my_local_repo $ github_upload file_to_upload 显式: $ github_upload file_to_upload myname/myrepo github_upload 要求您安装了 Ruby 和一些 gem。 详情请见下文。 安装 github_upload最容易作为独立脚本安装: $ curl -s http://github.com/github/upload/raw/master/upload.rb >
【文件预览】:
upload-master
----upload.rb(4KB)
----README.md(1KB)