Skip to content

jedahan/ghup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

This is a script which can upload files to github from the commandline.

Installation

First you need to get a oauth token:

curl -X POST -u <github user>:<github password> \
  -d '{"note":"file upload script","scopes":["repo"]}' \
  https://api.github.com/authorizations

Copy the token from the response and put it into your git config file:

 git config --global github.upload-script-token <the token from the response>

Usage

github-upload.rb <file-name> [<repository>]

The repository parameter is optional. If one is not provided, if inside of a git repository, it will default to the remote named origin. If provided, the parameter should be in the format <github user>/<repo>.

Example

./github-upload.rb bin/sample-app.jar wereHamster/ghup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published