Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 424 Bytes

File metadata and controls

22 lines (14 loc) · 424 Bytes

quick view

a piece of .gitmessage template

<type>: F feat, N new, B fix, M change, D docs, R refactor, S style, C chore
<abbr>: +add -delete ~change @at `func` 'file' *important !notice [line:col]

usage

  1. under home path execute git clone https://github.com/zyprex/gitfiles

  2. write those line in ~/.gitconfig

[commit]
    template =~/gitfiles/.gitmessage
  1. try commit with git commit -v