This is the PHP Object oriented Programming crash course part 5.
Our application is now complete. In this video we will see how to store our code in a version control using GIT, and how to push our source code to a BitBuket account.
The Course Article is available here:
https://fabiopacifici.com/object-orie...
The source code is open source and available here:
https://bitbucket.org/fbhood/oop-cour...
Follow this link to watch part one of this serie:
• PHP Object Oriented Crash Course - Part One
Follow this link for the part two:
• PHP Object Oriented Crash Course - Part Two
Follow this link for part 3.1:
• Video
Follow this link for part 3.2:
• PHP Object Oriented Crash Course - Part 3.2
Follow this link for part 4
• PHP Object Oriented Crash Course - Part 4
Part 5 - Episode Topics:
1. Initialise an empty git repository locally
2. Add our source code to the repository
3. Commit changes
4. Create a repository on BitBuket.org
5. Add the remote repository as origin to our local repository
6. Push our code to the remote repository