Skip to content

radiospiel/git-topic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git topic -- handle topic branches with ease.

SYNOPSIS

git topic <option> command

DESCRIPTION

An opinionated tool for topic branches.

COMMANDS

  • 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 into target. The target name is optional and defaults to master.

  • git topic finish [ <var>target</var> ]: Like push, but switches to the target branch.

  • git topic clean: Delete all merged topic branches.

OPTIONS

  • --short: Show only the short description when running git topic

BUGS

None known yet.

AUTHOR

@radiospiel (http://github.com/radiospiel)

COPYRIGHT

The git-topic tool is copyrighted under the terms of the Simplified BSD License. Check the file COPYING.BSD for details.

INSTALLATION

Install git-topic via make install. Make sure /usr/local/bin is in your $PATH, and /usr/local/share/man is in your $MANPATH.

CONTRIBUTIONS

Fork me on github: https://github.com/radiospiel/git-topic

About

handle topic branches with ease.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages