add gitcommit snippets file
This commit is contained in:
6
vim/vim.symlink/snippets/gitcommit.snippets
Normal file
6
vim/vim.symlink/snippets/gitcommit.snippets
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# skip jshint checking on push
|
||||||
|
snippet jsh
|
||||||
|
!skip_jshint
|
||||||
|
# add ticket number to commit
|
||||||
|
snippet ref
|
||||||
|
refs:#${1}
|
||||||
Reference in New Issue
Block a user