diff --git a/README.md b/README.md index 35d438e9..1b5abd84 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ $ mkdir projects $ cd projects ``` +Configure git on your machine. Some basic configurations follow: + +``` bash +$ git config --global user.name "FirstName OtherNames LastName" +$ git config --global user.email email@example.com +$ git config --global credential.helper ’cache --timeout=3600’ +$ git config --global color.ui auto +``` + Clone the repository. ``` bash