Activity Team/Git Tutorial: Difference between revisions
| Line 92: | Line 92: | ||
Otherwise, configure git in the repository: | Otherwise, configure git in the repository: | ||
cd | cd ${SLUG}.git | ||
git config user.email <email-you-used-for-registering-project> | git config user.email <email-you-used-for-registering-project> | ||
git config user.name <your-name> | git config user.name <your-name> | ||
You should only need to do this once in a repository. | You should only need to do this once in a repository. | ||
=== Develop === | === Develop === | ||