Activity Team/Git Tutorial: Difference between revisions

set global git settings
Line 48: Line 48:


There several other question which can be answered later as you have more information.
There several other question which can be answered later as you have more information.
=== Initialize git global settings ===
git config -f ~/.gitconfig user.email <email-you-used-for-registering-project>
git config -f ~/.gitconfig user.name <your-name>


=== Create Local Repository ===
=== Create Local Repository ===