Skip to content
Emma Sax edited this page Sep 26, 2015 · 9 revisions

Welcome to the OH-UMM wiki!

We are glad that you could join us for the OpenHatch event today. We hope you will learn about the communication and tools used in open source and will enjoy some hands-on open source contributing. For today, we work our way though this Schedule.

Wish to update your forked version of a repo with the original?

Follow these commands:

git remote add <name-of-remote> <url-of-remote>
git remote -v (new remote should appear here)
git fetch <name-of-remote>
git pull upstream/master
git merge upstream/master
Clone this wiki locally