-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmessage
More file actions
36 lines (36 loc) · 952 Bytes
/
.gitmessage
File metadata and controls
36 lines (36 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# NB: Lines begining with # are not taken into account for the commit message.
#
# You might want to use one of this labels to prefix your commit message.
# Uncomment (delete the # char) the proper line to directly use it:
#
#fix:
#new:
#change:
#refactor:
#typo:
#change:
#revert:
#doc:
#minor:
#
#
# If you are doing a partial commit (e.g. the feature is not yet finished,
# or the code doesn't properly work but you want to save the state of the
# work) you might want to prefix the message with [WIP]:
#
#[WIP] fix:
#[WIP] new:
#[WIP] change:
#[WIP] refactor:
#[WIP] typo:
#
#
# After editing the message, save and quit your editor, e.g. in vim
# with 'ZZ' or ':wq'. If you exit without modifing the message or
# with a blank message, the commit is aborted.
#
# To let git automatically load this template into the default editor
# when doing 'git commit [-a]' set it up with:
#
# $ git config --local commit.template .gitmessage
#