Grove is a way for developers to share git repositories directly over HTTP, without needing a central service like GitHub to connect them. Developers can share as many repositories as they like, and don't need to push their changes or branches in order to share them. It offers a featureful but extremely lightweight web interface to allow directory and repository browsing, in addition to retrieval through git. Sharing your work is as simple hitting enter.
Git supports per-branch descriptions with git branch --edit-desctiption. These are currently only maintained locally but would be useful for a developer to describe a new feature branch in the event another user came across their repo and wondered what was going on.
Git supports per-branch descriptions with
git branch --edit-desctiption
. These are currently only maintained locally but would be useful for a developer to describe a new feature branch in the event another user came across their repo and wondered what was going on.