Git Product home page Git Product logo

upload's Introduction

NOTE: This repository is no longer supported or updated by GitHub. If you wish to continue to develop this code yourself, we recommend you fork it.

GitHub Upload Script

github_upload is a command line utility to allow quick uploading of files to non-repo storage on GitHub.

If can be used from within a local repo, or given an explicit repo name to upload to.

In repo:

$ cd my_local_repo
$ github_upload file_to_upload

Explicit:

$ github_upload file_to_upload myname/myrepo

github_upload requires you have Ruby and a few gems installed. See below for details.

Install

github_upload is most easily installed as a standalone script:

$ curl -s http://github.com/github/upload/raw/master/upload.rb > ~/bin/github_upload
$ chmod 755 ~/bin/github_upload
$ gem install xml-simple mime-types

Assuming ~/bin/ is in your $PATH, you just need to set your git config and you're ready to roll.

Setup

To use this script you need to have your GitHub username and token stored in your git config.

To test it run this:

$ git config --global github.user
$ git config --global github.token

If you see nothing, you need to set the config setting:

$ git config --global github.user YOUR_USER
$ git config --global github.token YOUR_TOKEN

See http://help.github.com/git-email-settings/ for more information.

upload's People

Contributors

bkeepers avatar tekkub avatar webmat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.