Put file in the GH
# Put file in git repository
GH_TOKEN=you_github_token putingh git://owner/repository/branch/name[/name]... localfile
# Put file in git repository release assets
GH_TOKEN=you_github_token putingh asset://owner/repository/release/name localfile
# Put file in gist
GH_TOKEN=you_github_token putingh gist://owner/gist_id/name localfile
# Get file from git repository
GH_TOKEN=you_github_token putingh git://owner/repository/branch/name[/name]...
# Get file from git repository release assets
GH_TOKEN=you_github_token putingh asset://owner/repository/release/name
# Get file from gist
GH_TOKEN=you_github_token putingh gist://owner/gist_id/name
Licensed under the MIT License. See LICENSE for the full license text.