=== relax_commit.txt ===
Write in "relax_commit.txt" , by getting template from [[Format_commit_logs]].
git config --add commit.template "relax_commit.txt"
git add relax_commit.txt
git commit -m "Added default relax commit message."
# To see the commit message
git log
# If you would like to replace the last commit info
git commit --amend
=== .gitignore ===