Git Pull
Git pull is a command that can be executed to download the last changes in the remote branch to the local branch of the project. In other words, if the local branch behind the remote branch, it will directly update the local branch to be match with the remote branch. Git pull command would be