A small application to convert a git url from SSH to HTTPS.
Download the latest pre-built binary from releases.
$ guc git@github.com:MarkNjunge/JustJava-Android.git
or
$ guc https://github.com/MarkNjunge/JustJava-Android.git
git clone https://github.com/MarkNjunge/guc.git
cd guc
# Build
cargo build
# Test
cargo test
# Run
cargo run <url>