Checkout, Fetch and Pull in BitBucket SourceTree
Using Atlassian’s Git tutorial (link updated) as a reference. Git checkout: The git checkout command lets you navigate between the branches created by git branch. Checking out a branch updates the files in the working directory to match the version stored in that branch, and it tells Git to record all new commits on that … Read more