Add git-default-commit-message.md
Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
parent
c0d5c60997
commit
3d6ac560e3
2 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,7 @@ Markdown docs and shell scripts for automating installation of things and docume
|
|||
* [`flutter.sh`](flutter.sh) for installing the Flutter app framework (doesn't touch Android Studio stuff, that needs doing manually)
|
||||
* [`gh.md`](gh.md) for installing the GitHub CLI
|
||||
* [`git.sh`](git.sh)
|
||||
* [`git-default-commit-message.md`](git-default-commit-message.md) for setting a default Git commit message
|
||||
* [`gitkraken.md`](gitkraken.md)
|
||||
* [`gitui.md`](gitui.md) for installing the [GitUI](https://github.com/extrawurst/gitui) tool
|
||||
* [`go.md`](go.md) for installing the Go programming language
|
||||
|
|
8
git-default-commit-message.md
Normal file
8
git-default-commit-message.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Default Git commit message
|
||||
|
||||
1. Save a commit message template to `~/.gitmessage`
|
||||
2. Run `git config --global commit.template ~/.gitmessage`
|
||||
|
||||
---
|
||||
|
||||
Source: https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733
|
Loading…
Add table
Add a link
Reference in a new issue