summaryrefslogtreecommitdiffstats
path: root/.github/commit_template_manual.md
blob: 15f89fe2e4731e7c3ad6cd679715dbefe08ebf89 (plain)
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
# Apply Commit Template Message

Do `git clone` and you will see .gitmessage.txt

그 후,<br>
Do `git config --local commit.template .github/.gitmessage.txt`<br>
to set the commit template.

Now,<br>
Do `git commit` when you commit instead of `git commit -m "message"`<br>

After completing your commit, just close the commit file or<br>

**✋ For Linux bash or VSCode,**

Type `Ctrl + x`<br>
then you'll see save message, and type `y` to save it.

If you type Enter, then commit is complete!

**✋ For git bash**

Just do `:wq`

<br>

Then `git push`