Skip to content

A Sample Repo used in the interactive Git Basics workshop

Notifications You must be signed in to change notification settings

bernardlawes/DSSG_Utilities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This common repo is used in the hands-on workshop to practice Git Basics

Instructions

  1. Fork this Repo (Copy it to your own Github Account) Use the Fork button at the top of this page for that!

  2. Go to your Github Account (your forked copy) and CLONE the repo to your local computer

  3. 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

  4. Add and Commit your changes

git add git commit -m 'MESSAGE stating what you changed'

  1. git push to your Github account. (THe forked copy gets updated)

git push origin master

  1. Issue a Pull Request! Click on the "New Pull Request" button.

About

A Sample Repo used in the interactive Git Basics workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.9%
  • R 41.1%