Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

vivaxy/gcmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-commit

commit changes to git easier

zsh plugin

best work for self maintaining git repositories

usage

> gcmt
enter commit message: foobar

or

> gcmt commit message can be entered like this now

Installation

> 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

Update

> cd ~/.oh-my-zsh/custom/plugins/gcmt
> gl
> 1

windows bash installation

> git clone https://github.com/vivaxy/gcmt.git ~/.bash/gcmt
> vim ~/.bashrc
add `source ~/.bash/gcmt/gcmt.plugin.zsh`
save and exit