If you're new to this series, start at part 1: • Learn Git and Github: Part 1- The industry...
You want to:
❗️ be able to turn back the clock on your codebase if you accidentally write code that breaks everything.
❗️ have backups of your code off-site in case something happens to your computer
❗️ have an easy way to collaborate with other developers so that you aren't all stepping on each other's code
Git and Github give you all these things! We'll learn to use them by working through a free open-source git workshop called Git It.
🎓 WHAT YOU'LL LEARN IN THIS VIDEO 🎓
⚡️ How to connect a Git remote
⚡️ How to push changes to a remote
⚡️ How to fork a project
⚡️ How branches work
⚡️ How add collaborators on your GitHub project
⚡️ How to make a pull request (This is how you contribute to open source projects.)
⚡️ How to merge and clean up old branches
This was previously run as a live workshop but has been edited down to make it even better.
🧰 RESOURCES 🧰
🔨 The Git It workshop: https://github.com/jlord/git-it-electron
🔧 GitHub Desktop: https://desktop.github.com/
Ask any questions you have in the comments. Now, get out there and start protecting your code!