My working copy is on master branch, how to update from remote server?
Say I working locally on my own custom branch, but I want to update the master with the remote branch, how would I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Or if instead of pulling into your local branch, you just wanted to update the branches you have locally that track
origin:or
if you’re tracking multiple remote servers and want to update them all at once.