Open main menu

Changes

Git installation

171 bytes removed, 13:48, 22 July 2013
=== 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 ===