How to pull files or folders from remote repository using git pull

AuthorHariom Prajapati

Pubish Date20 Aug 2022

categoryGit

In this tutorial we will see how to pull files or folders from remote repository using git pull.

Basically in simple word , git pull use to download remote repository files or folder to local storage.

Note: Always check status of edited file or folder and current selected branch using git status. And if you found any changes then first of all add it using git add and then commit this using git commit, after this you can pull files or folder from remote repository using git pull.

 

Pull files or folders from remote repository using git pull

git pull origin selected_branch_name

Git Pull

After this your file or folder download to your local.

Comments 0

Leave a comment