How to sync with a remote Git repository?

George Profenza picture George Profenza · Nov 30, 2010 · Viewed 257.6k times · Source

I forked a project on github, made some changes, so far so good.

In the meantime, the repository I forked from changed and I would like to get those changes into my repository. How do I do that ?

Answer

Šimon Tóth picture Šimon Tóth · Nov 30, 2010

Generally git pull is enough, but I'm not sure what layout you have chosen (or has github chosen for you).