2. Create local repository
go to project root directory and execute
$ git init
3. Create .gitignore file in project root directory (www.gitignore.io)
4. Add files to local repo using the following command
$ git add
2. Create local repository
go to project root directory and execute
$ git init
3. Create .gitignore file in project root directory (www.gitignore.io)
4. Add files to local repo using the following command
$ git add