Git repositories on Google Cloud Storage

Git repositories, stored directly in 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

Build from source

git clone https://github.com/bucketgit/bgit.git
cd bgit
go build -o bgit .

Homebrew

brew tap bucketgit/bgit
brew install bgit