You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@
11
11
<If new idea or direction, please create a checklist of proposed ideas or next steps. [Example](https://github.com/github/training-kit/issues/415).>
12
12
13
13
### How to Contribute
14
-
-[ ] Comment on this issue if you'd like to work/collaborate on it!
14
+
-[ ] Comment on this issue if you'd like to work/collaborate on it!
15
15
-[ ] Fork the [repository](https://github.com/github/training-kit).
16
-
-[ ] Use the [GitHub Flow](https://guides.github.com/introduction/flow/) to make changes to your fork. [This](https://services.github.com{{site.baseurl}}/intro-to-github/) is a refresher course if you're unsure about how to make a change on GitHub.
17
-
-[ ] Push your changes to your repository.
16
+
-[ ] Use the [GitHub Flow](https://guides.github.com/introduction/flow/) to make changes to your fork. [This](https://services.github.com/on-demand/intro-to-github/) is a refresher course if you're unsure about how to make a change on GitHub.
17
+
-[ ] Push your changes to your repository.
18
18
-[ ] Submit a Pull Request
19
19
- Base Dropdown: github/training-kit
20
20
- Compare Dropdown: Your fork
@@ -26,7 +26,7 @@ If you'd like to make and test changes locally (and see how they would look if m
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
# GitHub Training Kit
6
6
### Home of GitHub's On-Demand training
7
7
8
-
This repository contains the completely open source on-demand training hosted at https://services.github.com{{site.baseurl}}/. These materials are provided under a [_Creative Commons License_ license](https://github.com/github/training-kit/blob/master/LICENSE).
8
+
This repository contains the completely open source on-demand training hosted at https://services.github.com/on-demand/. These materials are provided under a [_Creative Commons License_ license](https://github.com/github/training-kit/blob/master/LICENSE).
9
9
10
10
## We :heart: Contributors Like You!
11
11
12
12
**We’re eager to work with you**, our user community to improve these materials and develop new ones. Here's how you can help:
13
13
14
-
-**You spotted a mistake:** please feel free to fork the repository and submit a change via Pull Request (not sure how to do that, [we have a course for you](https://services.github.com{{site.baseurl}})).
14
+
-**You spotted a mistake:** please feel free to fork the repository and submit a change via Pull Request (not sure how to do that, [we have a course for you](https://services.github.com/on-demand)).
15
15
-**You have an idea to make it better:** we :heart: new ideas! We invite you to open a new [Issue](https://github.com/github/training-kit/issues) if you want to talk about it, or you can [fork this repository](https://help.github.com/articles/working-with-forks/) and submit your idea via a Pull Request.
16
16
-**You just want to help:** check out the [open issues](https://github.com/github/training-kit/issues) for projects you can tackle, review an [open pull request](https://github.com/github/training-kit/pulls), or check out [the project ROADMAP](https://github.com/github/training-kit/projects/1).
17
17
@@ -21,8 +21,8 @@ For more information on contributing to this repository, check out our [CONTRIBU
21
21
22
22
This repository contains three primary resources:
23
23
24
-
- Our current [on-demand courses](https://services.github.com{{site.baseurl}}/) can be found in the [paths directory](/paths)
25
-
- The translations of our popular [Git Cheat Sheets](https://services.github.com{{site.baseurl}}/downloads/github-git-cheat-sheet.pdf) can be found in the [downloads directory](/downloads). We're always looking for more. _P.S._ Right now the PDF generation is a manual process so please mention @github/services-training for assistance in getting your translation moved to the PDF.
24
+
- Our current [on-demand courses](https://services.github.com/on-demand/) can be found in the [paths directory](/paths)
25
+
- The translations of our popular [Git Cheat Sheets](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf) can be found in the [downloads directory](/downloads). We're always looking for more. _P.S._ Right now the PDF generation is a manual process so please mention @github/services-training for assistance in getting your translation moved to the PDF.
26
26
- The recommended Training Path can be found [here](https://services.github.com/resources/learning-path/).
27
27
28
28
## Our Content Philosophy
@@ -47,7 +47,7 @@ To perform a build of the materials perform the following:
47
47
48
48
1. Run `script/setup`
49
49
1. Run `script/server`.
50
-
- When successful, the script will initiate a local server at `http://127.0.0.1:4000{{site.baseurl}}`.
50
+
- When successful, the script will initiate a local server at `http://127.0.0.1:4000/on-demand`.
51
51
1. Simply paste that into your favorite web-browser and you will be ready to test.
52
52
1. You'll also need to run the following script to compile the SCSS (you can remove the `watch` flag if desired):
53
53
```
@@ -69,7 +69,7 @@ If you'd like to have a copy of the files to be served from a web server inside
69
69
Site content is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). CC-BY-4.0 gives you permission to use content for almost any purpose but does not grant you any trademark permissions, so long as you note the license and give credit, such as follows:
Copy file name to clipboardExpand all lines: paths/git-trouble/fc-scenarios.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ sidebar:
10
10
nav: "advanced"
11
11
main-content: |
12
12
13
-
Unlike our other [courses](https://services.github.com{{site.baseurl}}/), this course doesn't follow a linear path and you can jump into any of the different scenarios provided. So `git` ready to learn about how to get out of trouble with a healthy dose of terrible `git` puns.
13
+
Unlike our other [courses](https://services.github.com/on-demand/), this course doesn't follow a linear path and you can jump into any of the different scenarios provided. So `git` ready to learn about how to get out of trouble with a healthy dose of terrible `git` puns.
14
14
15
15
## [Too Many (small) Git Commits!](../git-trouble/too-many-commits)
Copy file name to clipboardExpand all lines: paths/windows/00-intro.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ sidebar:
11
11
main-content: |
12
12
Using Git on Microsoft Windows isn't difficult, this course was created to help new or inexperienced users from Windows get up and running with Git as quickly as possible. Although this course **will** identify how to install and configure Git to work on your computer, it **will not** go into a typical workflow, those instructions can be found in the following classes available on the GitHub Training On Demand website:
13
13
14
-
- [GitHub 101: Introduction to GitHub](https://services.github.com{{site.baseurl}}/intro-to-github/)
15
-
- [GitHub 102: Using GitHub Desktop](https://services.github.com{{site.baseurl}}/github-desktop/)
16
-
- [GitHub 103: Using the Command Line](https://services.github.com{{site.baseurl}}/github-cli/)
17
-
- [Git Out of Trouble](https://services.github.com{{site.baseurl}}/git-trouble)
14
+
- [GitHub 101: Introduction to GitHub](https://services.github.com/on-demand/intro-to-github/)
15
+
- [GitHub 102: Using GitHub Desktop](https://services.github.com/on-demand/github-desktop/)
16
+
- [GitHub 103: Using the Command Line](https://services.github.com/on-demand/github-cli/)
17
+
- [Git Out of Trouble](https://services.github.com/on-demand/git-trouble)
18
18
19
19
Use the table of contents on the left side of the screen to navigate through the different setup and configuration steps.
Copy file name to clipboardExpand all lines: paths/windows/04-closing.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ sidebar:
10
10
main-content: |
11
11
Congratulations you just completed the Windows course! Now that you have your Windows development environment all setup, the GitHub Training team would like to provide links to help learn Git and GitHub, terminal applications, and how to get out of sticky situations:
12
12
13
-
- **[GitHub 101: Introduction to GitHub](https://services.github.com{{site.baseurl}}/intro-to-github/)** learn the GitHub UI, how Issues and Pull Requests work, and the GitHub Flow.
14
-
- **[GitHub 102: Using GitHub Desktop](https://services.github.com{{site.baseurl}}/github-desktop/)** learn how to use GitHub Desktop when creating commits and synchronizing changes with the `pull` and `push` commands via Sync.
15
-
- **[GitHub 103: Using the Command Line](https://services.github.com{{site.baseurl}}/github-cli/)** learn how to leave GUI environments when working with Git and `push` and `pull` changes right from your terminal application.
16
-
- **[Git Out of Trouble](https://services.github.com{{site.baseurl}}/git-trouble)** learn how to use those commands that you found on Stack Overflow when you encountered an issue during your workflow.
17
-
- **[Git and GitHub Training Path](https://services.github.com{{site.baseurl}}/path)** want to dive a little deeper into Git? This provides links to other resources that give a little more context to Git and the GitHub Workflow.
13
+
- **[GitHub 101: Introduction to GitHub](https://services.github.com/on-demand/intro-to-github/)** learn the GitHub UI, how Issues and Pull Requests work, and the GitHub Flow.
14
+
- **[GitHub 102: Using GitHub Desktop](https://services.github.com/on-demand/github-desktop/)** learn how to use GitHub Desktop when creating commits and synchronizing changes with the `pull` and `push` commands via Sync.
15
+
- **[GitHub 103: Using the Command Line](https://services.github.com/on-demand/github-cli/)** learn how to leave GUI environments when working with Git and `push` and `pull` changes right from your terminal application.
16
+
- **[Git Out of Trouble](https://services.github.com/on-demand/git-trouble)** learn how to use those commands that you found on Stack Overflow when you encountered an issue during your workflow.
17
+
- **[Git and GitHub Training Path](https://services.github.com/on-demand/path)** want to dive a little deeper into Git? This provides links to other resources that give a little more context to Git and the GitHub Workflow.
0 commit comments