When working with Git, there will come the point where you want to pull the content of another branch into your branch, e.g. pulling the remote master into your local feature branch. In this article, you will learn how pulling from another branch into your current branch works and how to specify the source and the target branch for the pull command.