December 2016
Beginner
480 pages
12h 34m
English
In this lab, you'll start working with branches by creating a new branch and making changes on it.
This lab assumes that you have done Connected Lab 4: Using Git History, Aliases, and Tags. You should start out in the same directory as that lab.
$ git branch$ echo "master version" >> filename$ git commit -am "master version"Read now
Unlock full access