Build from source
git clone https://github.com/bucketgit/bgit.git
cd bgit
go build -o bgit .
Git repositories on Google Cloud Storage
bgit lets you push code to a GCS bucket without running
a Git server.
$ bgit clone gs://team/repos/app.git
Cloned gs://team/repos/app.git into 'app'
$ cd app
$ bgit checkout -b feature/gcs-backend
$ bgit commit -am "Ship storage layer"
$ bgit push
git clone https://github.com/bucketgit/bgit.git
cd bgit
go build -o bgit .
brew tap bucketgit/bgit
brew install bgit