Skip to content

Commit

Permalink
Revise README.md
Browse files Browse the repository at this point in the history
- Update date
- Change link to github.com, so it redirects appropriately and does not look for it under this repo
- Change link to example files to a relative path, not a full path to HBC's repo
- Add Lesson #5, Working with Commits to the Lesson list
  • Loading branch information
Kathleen committed Jan 16, 2020
1 parent 3c7a54e commit 932274b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# Versioning your Data and Scripts

December, 2019
January, 2020

Authors: Bob Freeman ([devbioinfoguy](https://github.com/devbioinfoguy)), Radhika Khetani ([rkhetani](https://github.com/rkhetani)), Meeta Mistry ([mistrm82](https://github.com/mistrm82)), Kathleen Keating ([kthlnktng](https://github.com/kthlnktng))

## Overview:
Tired of wading through files/folders titled 'paper_v1', 'paper_v2', 'paper_v3_beforeAdvisor'... ? This hands-on workshop will introduce the concepts of using a version control system to manage changes and the history of your data files (text, data, scripts, etc.) with [Git](https://git-scm.com/) using the [GitKraken](https://www.gitkraken.com/) interface, as well as on [GitHub](github.com).
Tired of wading through files/folders titled 'paper_v1', 'paper_v2', 'paper_v3_beforeAdvisor'... ? This hands-on workshop will introduce the concepts of using a version control system to manage changes and the history of your data files (text, data, scripts, etc.) with [Git](https://git-scm.com/) using the [GitKraken](https://www.gitkraken.com/) interface, as well as on [GitHub](http://github.com).

Attendees will participate in multiple exercises to learn how version control works, including:
* setting up Git repositories
Expand All @@ -19,14 +19,15 @@ Attendees will participate in multiple exercises to learn how version control wo

1. Please [Download and install GitKraken](https://gitkraken.com/download).
2. Create an account for yourself on [GitHub](http://github.com). Please be sure to select the free/academic account, as this option has more long-term flexibility.
3. Download the [workshop sample files zipped folder](https://github.com/hbctraining/versioning_data_scripts/raw/master/data/example_files.zip) and unzip it.
3. Download the [workshop sample files zipped folder](./data/example_files.zip) and unzip it.

## Lessons:

1. [Introduction to Version Control](01_Intro_to_versioning.md)
2. [Getting Started with Git using GitKraken](02_GitKraken.md)
3. [Remote repositories](03_Github_remote.md)
4. [Managing Conflicts](04_Managing_conflicts.md)
5. [Working with Commits](05_Working_with_commits.md)

***

Expand Down

0 comments on commit 932274b

Please sign in to comment.