Gitpod : Gitpod is an open-source Kubernetes application providing fully-baked, collaborative development environments in your browser - powered by VS Code.
Ti...
Pro Git : The entire Pro Git book, written by Scott Chacon and published by Apress, is available here
Gerrit : Web based code review and project management for Git based projects.
Weblate : Weblate is a free web-based translation tool with tight Git integration. It features simple and clean user interface, propagation of translations acro...
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.