Open main menu

Changes

Git installation

85 bytes added, 10:52, 24 June 2013
no edit summary
== Git local repository varables ==This setup should provide a good framework=== Git setup commit information ===
Write in terminal
git config --add user.name "Your Name"
git config --add github.user GIT_USER_NAME
=== relax_commit.txt ===
Write in "relax_commit.txt" from [[Format_commit_logs]].
git config --add commit.template "relax_commit.txt"
git commit
=== .gitignore ===
Consider placing a file '''.gitignore''' in the root of the repository.<br>
It could contain this information