Skip to content

fahchen/git-commit-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git commit template

Use gct to write a better commit quickly.

See the below links to learn what's a better commit:

Steps:

  1. git clone https://github.com/fahchen/git-commit-template
  2. ln -s /path/to/gct /usr/local/bin
  3. you may need to add permition to file.(sudo chmod +x /usr/local/bin/gct)
  4. cp /path/to/.gittemplate your/gittemplate/path
  5. modify your/gittemplate/path as you want
  6. set template.file as your/gittemplate/path at your/gitconfig/file
  7. cd your/git/repo
  8. mkdir .gittemplates
  9. touch .gittempalets/first_commit_message
  10. gct
  11. chose the template

About

git commit template tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages