Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d6a0670

Browse files
authored
Merge pull request #11 from githubtraining/rename
Rename the course
2 parents 9e65652 + 5ed3c98 commit d6a0670

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center"><a href="https://lab.github.com/"><img alt="Learning Lab bot" src="https://user-images.githubusercontent.com/16547949/62085817-83232580-b22a-11e9-8693-7c54205b04e5.png"></a></p>
22

3-
<h1 align="center">Course: Working in Large Repositories </h1>
3+
<h1 align="center">Course: Connect the dots in a GitHub repository </h1>
44

5-
This repository powers the Learning Lab course [_Working in Large Repositories_](https://lab.github.com/githubtraining/working-in-large-repositories).
5+
This repository powers the Learning Lab course [_Connect the dots in a GitHub repository_](https://lab.github.com/githubtraining/connect-the-dots-in-a-github-repository).
66

77
Every Learning Lab course is made up of:
8-
- a [course repository](https://github.com/githubtraining/working-in-large-repositories), and
9-
- a [template repository](https://github.com/githubtraining/working-in-large-repositories-template)
8+
- a [course repository](https://github.com/githubtraining/connect-the-dots-in-a-github-repository), and
9+
- a [template repository](https://github.com/githubtraining/connect-the-dots-in-a-github-repository-template)
1010

1111
The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives.
1212

config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
title: Working in large repositories
2-
tagline: A brand new course on Learning Lab
3-
description: This course will teach you skills for working in a larger, older repository
4-
with others.
1+
title: Connect the dots in a GitHub repository
2+
tagline: Learn how to navigate through a repository's history and context.
3+
description: This course will teach you skills for finding relevant conversations, commits, and projects in a repository.
54
template:
6-
name: working-in-large-repositories
7-
repo: working-in-large-repositories-template
5+
name: connect-the-dots-in-a-github-repository
6+
repo: connect-the-dots-in-a-github-repository-template
87
before:
98
- type: createIssue
109
title: Welcome

course-details.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to this Learning Lab course about working in large repositories. For example, you could be working in repositories with a lot of history. Or, working with many collaborators. No matter how your repository is "large", it's important to know how to navigate your workspace.
1+
Have you ever worked in a repository with a lot of history? Perhaps you've had to track down related issues and pull requests in the past, or you've had to find who committed a particular change. If you've ever found yourself in any of these situations, you'll know how important it is to navigate your workspace.
22

33
Before you take this course, you may want to go through the [Introduction to GitHub](https://lab.github.com/githubtraining/introduction-to-github) course on Learning Lab.
44

@@ -7,3 +7,5 @@ In this course, you'll learn how to do lots of things, like:
77
- Find relevant issues and pull requests
88
- Search history to find context
99
- Make connections within GitHub to help others find things
10+
11+
This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course.

0 commit comments

Comments
 (0)