Setting Up a Git Repository

I shall create a Git repository from the project in its current state. I'll then be able to create a branch for each lesson which you should find useful if you ever need to check your code against mine.

We'll add a few things to the .gitignore file before we initialize the repo just to make sure that nothing goes into the repo that we don't want there.

The repo can be found at https://github.com/GaryClarke/event-driven-symfony

And the project start branch which you will see me create in the video is this:

https://github.com/GaryClarke/event-driven-symfony/tree/project-start

Complete and Continue  
Discussion

0 comments