commit changes to git easier
zsh plugin
best work for self maintaining git repositories
> gcmt
enter commit message: foobar
or
> gcmt commit message can be entered like this now
> cd ~/.oh-my-zsh/custom/plugins/
> gcl https://github.com/vivaxy/gcmt.git
> vim ~/.zshrc
find `plugins=`
add gcmt into plugins, like `plugins=(git gcmt)`
save and exit
> 1
> cd ~/.oh-my-zsh/custom/plugins/gcmt
> gl
> 1
> git clone https://github.com/vivaxy/gcmt.git ~/.bash/gcmt
> vim ~/.bashrc
add `source ~/.bash/gcmt/gcmt.plugin.zsh`
save and exit