Skip to content

KaitoWatanabe/git-tc

Repository files navigation

git-tc

image

oh-my-zsh plugin for managing branches

If you use this, manage your team commit message with git-tc template.

Installation

git-tc is built to work with oh-my-zsh, so you’ll need that installed first. and require peco. enter brew install peco, require shyaml. enter pip install shyaml

  1. $ cd ~/.oh-my-zsh/custom/plugins (you may have to create the folder)
  2. $ git clone https://github.com/KaitoWatanabe/git-tc.git
  3. In your .zshrc, add git-tc to your oh-my-zsh plugins:
plugins(rails git git-tc)

Use

  1. git-tc init in your root projct. You will get .git-tc.yml file.
  2. change your .git-tc.yml. between @ and @ comment is ignored only show in peco.
  3. enter git-tc

option

  1. git-tc -b attach your current branch to commit message.
  2. chagne your .git-tc.yml. You can add option.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages