Can I update a forked project, on git, to the original/master copy?
Yeah you can pull the changes from the original repo into your fork. Add a remote to it ( since origin will be your fork ) and pull. This from GitHub help: First up, add a remote to the original repo. Help here: http://help.github.com/remotes/ Then you can pull in updates to the original repo. Quote … Read more