July 2018
Intermediate to advanced
354 pages
10h 57m
English
Before we begin this exercise, we need a branch, as always with Git. Name the branch resetAuthorRebase and make it track origin/master. Use the following command to achieve this:
$ git checkout -b resetAuthorRebase -t origin/master Branch resetAuthorRebase set up to track remote branch 'master' from 'origin'. Switched to a new branch 'resetAuthorRebase'
Read now
Unlock full access