Presentation and Demo
Overview
Teaching: 10 min
Exercises: 0 minQuestions
Version Control in a Collaboration
Objectives
The live coding will cover: - git remote -v - Github: Create new repo - Copy https URL - git remote add https://… - git remote -v - git push origin master - github: edit a file - git pull origin master - github: edit a file - emacs myfile.txt - git commit - git pull - finish git merge
Key Points