December 2016
Beginner
480 pages
12h 34m
English
In this lab, you’ll simulate working in an environment where multiple users are making changes to a remote repository. You’ll see how to deal with getting rejected by Git, and also get some practice with techniques like rebasing.
This lab requires that you have Internet access and have completed Connected Lab 8: Setting up a GitHub Account and Cloning a Repository. You will be working from the same directory that you used in Connected Lab 8.
$ cd calc_other$ git branch features origin/features$ git log --oneline featuresRead now
Unlock full access