July 2018
Intermediate to advanced
354 pages
10h 57m
English
Before we can start, we need another clone from the local clone we already have. This is to show the push and fetch mechanism of Git with git notes:
$ git checkout master Checking out files: 100% (1529/1529), done. Switched to branch 'master' Your branch is up-to-date with 'origin/master'.
$ git branch stable-3.1 origin/stable-3.1 Branch stable-3.1 set up to track remote branch stable-3.1 from origin.
Read now
Unlock full access