The pull command in Git/Source Tree is used to get the changes
(commits) from remote repository to the local repositories, the changes are
fetched and merged with the local working folder.
Pull can be done on a
specific branch or on all the branches, by selecting the appropriate option.
Use the following steps to pull the latest details (commits) from a remote
branch to the local working folder using Source tree.