SafeBreakers Unity Testing Demo https://www.youtube.com/watch?v=PAhp_1uXLDM&index=2&list=LLRUw-3GuDIk8dKLJOV3qwIg Pulling git pull Switching Branches git checkout -b new_branch_name Adding Changes git add --all Commiting git commit -m 'Cool awesome feature' Pushing 'git push origin new_branch_name' Change to Master git checkout master