Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 699 Bytes

git-crash-course

Excercise with a simple GitHub repository and give your comments

Goal

We like to optimize and improve this course based on real comments from attendees of the courses.

Workflow

Please add your own comments to this repository by:

  • forking this repo to your account
  • clone the repo from your account to your local machine
  • checkout a new branch for making the change
  • add a file with your name as the filename to the comments directory
  • add the new file to the staging area
  • commit the file
  • merge the changes back into master
  • push the changes to origin/master
  • in GitHub make a pull request to IvS-KULeuven so that we can pull in and merge your changes/comments