This common repo is used in the hands-on workshop to practice Git Basics
-
Fork this Repo (Copy it to your own Github Account) Use the Fork button at the top of this page for that!
-
Go to your Github Account (your forked copy) and CLONE the repo to your local computer
-
Make a few changes to the Repo 3a. Modify any file. Add one small R or Python function, if you have one. 3b. Add your name to the Contributors.md file
-
Add and Commit your changes
git add git commit -m 'MESSAGE stating what you changed'
- git push to your Github account. (THe forked copy gets updated)
git push origin master
- Issue a Pull Request! Click on the "New Pull Request" button.