From 371717d2acf2fd83f0f426413cd2273851554b5e Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Tue, 25 Feb 2020 11:36:54 -0800 Subject: [PATCH 1/2] Update course-details.md --- course-details.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/course-details.md b/course-details.md index e98b132..3a86133 100644 --- a/course-details.md +++ b/course-details.md @@ -9,5 +9,30 @@ In this course, you’ll learn how to: - Create important Git files like a `.gitignore` - Identify important next steps to manage your repository and add community involvement +You'll know the answers to questions like: -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. +- How to I move my existing project to GitHub? +- How do I add version control to my project? +- How do I enable collaboration with others? + +## What you'll build + +At the end of this course, your project will be on GitHub and ready for version control, and have all the collaboration features of GitHub immediately available. You'll have access to issues, pull requests, project boards, wikis and management features. + +## Prerequisites + +In this course, we assume you understand what a repository is and how to work with files and folders locally. We also assume you have experience using either the command line or can download software to help move files to GitHub. If you need some help with learning GitHub terminology, try taking [Introduction to GitHub](https://lab.github.com/githubtraining/introduction-to-github) first. + +## Projects used + +This course is open-ended, and you can choose which tooling you'd like to use. Some of the options include: + +- [Command line interface](https://en.wikipedia.org/wiki/Command-line_interface) +- [GitHub Desktop](https://desktop.github.com/) +- [Visual Studio Code](https://code.visualstudio.com/) +- [Atom](https://atom.io/) +- [Eclipse](https://www.eclipse.org/) + +## Who this course is for + +This is a great follow up course from Introduction to GitHub. If you have a project you've been working on and want version control and collaboration features, this is the best course for you. From 3f5135c645ce2c52d67cdd4c55f580fd263a4849 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Tue, 25 Feb 2020 13:54:46 -0800 Subject: [PATCH 2/2] Update course-details.md --- course-details.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/course-details.md b/course-details.md index 3a86133..b6bedc5 100644 --- a/course-details.md +++ b/course-details.md @@ -2,6 +2,8 @@ From private betas to the most important open source technologies of our time, G If you haven’t started your project on GitHub, uploading your project might feel overwhelming. This course helps you seamlessly upload your local project to GitHub and provides important next steps for managing your project and introducing community involvement. +## What you'll learn + In this course, you’ll learn how to: - Identify where your code is stored