Gitpod : Gitpod is an open-source Kubernetes application providing fully-baked, collaborative development environments in your browser - powered by VS Code.
Ti...
Gitea : Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.
git-deploy : Straightforward, Heroku-style, push-based deployment. Your deploys can become as simple as this:
$ git push production master
Flux : Flux is a set of continuous and progressive delivery solutions for Kubernetes that are open and extensible.
Git Common-Flow : Common-Flow is an attempt to gather a sensible selection of the most common usage patterns of git into a single and concise specification. It is based...
gitfs is a FUSE file system that fully integrates with git. You can mount a remote repository’s branch locally, and any subsequent changes made to the files will be automatically committed to the remote.