git topic <option> command
An opinionated tool for topic branches.
-
git topic: Show the current topic -
git topic list: Show all topic branches -
git topic switch <var>name</var>,git topic <var>name</var>: Switch to the specified topic -
git topic push [ <var>target</var> ]: Pushes the current topic branch intotarget. Thetargetname is optional and defaults tomaster. -
git topic finish [ <var>target</var> ]: Like push, but switches to the target branch. -
git topic clean: Delete all merged topic branches.
--short: Show only the short description when runninggit topic
None known yet.
@radiospiel (http://github.com/radiospiel)
The git-topic tool is copyrighted under the terms of the Simplified BSD License. Check the file COPYING.BSD for details.
Install git-topic via make install. Make sure /usr/local/bin is in your $PATH, and /usr/local/share/man is in your $MANPATH.
Fork me on github: https://github.com/radiospiel/git-topic