Add git-default-commit-message.md

Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
akp 2021-12-24 21:06:05 +00:00
parent c0d5c60997
commit 3d6ac560e3
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 9 additions and 0 deletions

View file

@ -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

View 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