Activity Team/Git Tutorial: Difference between revisions
m moved Walter is a wanker 10/Git Tutorial to Activity Team/Git Tutorial over redirect: revert |
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 === | ||