-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Emma Sax edited this page Sep 26, 2015
·
9 revisions
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.
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 <name-of-remote>/<name-of-your-branch>
git merge <name-of-remote>/<name-of-your-branch>