Keep your Unity projects SAFE | How to use GitHub with Unity
https://www.youtube.com/watc...š Support me on Patreon: http://patreon.com/cococode
This tutorial/guide will show you how to use Git with your Unity projects. Version control is a very popular tool among programmers that allows you to review code changes and easily backup your code to the cloud! One of the important aspects that I haven't covered in this video is collaboration that allows you to share code with multiple team members (or even the whole world) and easily work on the same project and files! - Video about that soon!
--------------------------------------------------------------------------------
š LINKS IN THIS VIDEO:
Download Github desktop: https://desktop.github.com
--------------------------------------------------------------------------------
šØāš» SOCIALS:
š Join our Discord: https://discord.gg/hNnZRnqf4s
šµ Follow me on Twitter: https://twitter.com/bionicl333
--------------------------------------------------------------------------------
š YOU WILL LEARN:
- How to use Git
- How Git works
- What is Github
- How to upload code to Github
- How to use Github desktop
- How to use git on Mac/pc
- How to backup Unity project
- How to use git with Unity
--------------------------------------------------------------------------------
āļø VIDEO CHAPTERS:
0:00 - Intro
0:22 - How Git works
1:19 - Create repository
2:23 - First commit
4:03 - Making changes
4:58 - Pushing to GitHub
6:40 - Create repository on existing project
7:46 - Reverting changes
8:07 - Access your repository on different computer