4 releases (2 breaking)

Uses old Rust 2015

0.3.0 Oct 21, 2017
0.2.0 Oct 20, 2017
0.1.1 Oct 20, 2017
0.1.0 Oct 16, 2017

#1423 in Development tools

MIT/Apache

7KB

git_httpsable_cli

crates version Travis-CI Status Appveyor Status license

Execute git command with https-url.

git push to https-url with access token.

See git_httpsable for the programmatic API.

Example

$ GIT_HTTPSABLE_USERNAME=__your_user_name__ GIT_HTTPSABLE_PASSWORD=__your_password__ \
  git-httpsable clone https://example.com/git/repo ./target_dir
# => git clone https://__your_user_name__:__your_password__@example.com/git/repo ./target_dir
$ GIT_HTTPSABLE_USERNAME=__your_user_name__ GIT_HTTPSABLE_PASSWORD=__your_password__ \
  git-httpsable push https://example.com/git/repo your_branch
# => git push https://__your_user_name__:__your_password__@example.com/git/repo your_branch

Install

Download from Latest release for your own environment.

or

$ cargo install git_httpsable_cli

changelog

changelog

License

MIT/Apache-2.0 © sanemat

Dependencies

~2MB
~63K SLoC