You want git pull git fetch will fetch the files git merge will then merge in the changes
git pull does it in one step. On Fri, Apr 18, 2014 at 8:21 AM, rhugga <[email protected]> wrote: > > I'm on a team of about 15 people and we are using a central server to > store our "master" repo. > > Each user then pulls down (git clone) a copy of the master repo to where > ever they happen to be working at the time. > > Is there an easy way for someone to "refresh" their local copy, so they > pull down any files someone else has committed? The only way I can see to > do this is commit and push your local changes, delete your local copy and > pull down again using clone. > > Thx. > > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
