Skip to content

Execute git command with https-url (for GitHub).

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
license-apache
MIT
license-mit
Notifications You must be signed in to change notification settings

packsaddle/rust-github_httpsable_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1cc7181 · Nov 4, 2017

History

29 Commits
Nov 3, 2017
Nov 4, 2017
Nov 3, 2017
Nov 3, 2017
Nov 3, 2017
Nov 3, 2017
Nov 3, 2017
Nov 4, 2017
Nov 4, 2017
Nov 4, 2017
Nov 3, 2017
Nov 3, 2017
Nov 3, 2017
Nov 3, 2017
Nov 4, 2017

Repository files navigation

github_httpsable_cli

crates version Travis-CI Status Appveyor Status license

Execute git command with https-url (for GitHub).

See git_httpsable for the programmatic API. See git_httpsable_cli for generic cli.

Example

$ GITHUB_ACCESS_TOKEN=__your_access_token__ \
  github-httpsable clone https://example.com/git/repo ./target_dir
# => git clone https://__your_access_token__:[email protected]/git/repo ./target_dir
$ GIT_HTTPSABLE_USERNAME=__your_access_token__ \
  github-httpsable push https://example.com/git/repo your_branch
# => git push https://__your_access_token__:[email protected]/git/repo your_branch

NOTE: Both GITHUB_ACCESS_TOKEN and GIT_HTTPSABLE_USERNAME are ok.

Install

Download from Latest release for your own environment.

or

$ cargo install github_httpsable_cli

changelog

changelog

License

MIT/Apache-2.0 © Sanemat

About

Execute git command with https-url (for GitHub).

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
license-apache
MIT
license-mit

Stars

Watchers

Forks

Packages

No packages published