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

Commit 7b6d948

Browse files
authored
Merge pull request #13 from githubtraining/update-course-details
Update course details
2 parents 42f0f70 + ed2d563 commit 7b6d948

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: Migrating your repository to GitHub
2-
tagline: Everything you need to know about moving projects to GitHub
32
description: You're a migration away from using a full suite of development tools and premier third-party apps on GitHub. This course helps you seamlessly move code to GitHub and sets you up to do more after you make the move.
43
template:
54
name: github-move

course-details.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,30 @@ Moving your project from a legacy version control system is easy. If your projec
22

33
This course helps you seamlessly migrate a project using GitHub's importer tool. Along the way, we will also discuss important steps for preparing and sharing your project.
44

5-
In this course, you’ll learn how to:
65

6+
## What you'll learn
7+
8+
We'll answer common questions like:
9+
- What are some important considerations before migrating?
10+
- What preparations do you need to make to ensure a successful migration?
11+
- How do you handle binary files?
12+
- How do you create and use a `.gitignore` file?
13+
14+
And when you're done you'll be able to:
715
- Prepare your project for a successful migration
816
- Handle any binary files currently stored in your project
917
- Create important Git files like a `.gitignore`
1018
- Import your project to GitHub
1119

20+
## What you'll build
21+
We'll be walking through how to migrate your repository to GitHub:
22+
<p align="left">
23+
<img src="https://user-images.githubusercontent.com/57373296/75592863-6d404200-5a51-11ea-9699-2caa95dcabe4.PNG" width="650" height="400">
24+
</p>
25+
26+
## Prerequisites
27+
None. This course is a great introduction for your first day on GitHub.
28+
29+
## Audience
1230

13-
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.
31+
New developers, new GitHub users, users new to Git, students, managers, teams

0 commit comments

Comments
 (0)