alexander-bauer / grove

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.
Other
23 stars 3 forks source link

Utilize branch descriptions #89

Closed inhies closed 11 years ago

inhies commented 11 years ago

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.