Git Tutorial #18 - How to Pull Changes from Remote Repo to Local Repository in Git?

preview_player
Показать описание
How to Pull Changes from Remote/GitHub Repo to Local Repository in Git?

GIT COMMANDS
git fetch = Fetches all remote refs
git fetch alias branch = Fetches remote refs for specific branch
git pull alias branch = Fetch the branch from a remote repository and immediately merge it into the current active branch
git pull alias = Fetch the specified copy of current branch from the remote repository and immediately merge it into the local copy
Рекомендации по теме
Комментарии
Автор

most clear explanation of git fetch and git pull

nikhilkay
Автор

Thank you very much, sir :-) You just saved me a lot of hours!!

ntigirishari
Автор

omg i love this, thanks. You have a great voice too so clear

gutsberserker
Автор

Does it merge commits from remote repository to changes made to local repository code? If not how to merge and resolve conflicts?

rajdaure