Skip to content

Commit 69c3e66

Browse files
authored
remove extra line breaks
1 parent 472cf42 commit 69c3e66

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

README.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,25 @@
11
[![Build Status](https://travis-ci.org/github/training-kit.svg?branch=master)](https://travis-ci.org/github/training-kit)
22

3-
4-
53
# GitHub Training Kit: Cheatsheets
64

7-
8-
95
## We :heart: Contributors Like You!
106

11-
12-
137
**We’re eager to work with you**, our user community, to improve these materials and develop new ones. Please check out our [CONTRIBUTING guide](https://github.com/github/training-kit/blob/master/CONTRIBUTING.md) for more information on getting started.
148

15-
16-
179
## Looking for a resource that was once housed in training-kit?
1810

19-
20-
2111
This repository currently contains the Git and GitHub Cheatsheets. If you're looking for a project that used to be housed here, such as On-Demand training, reading lists, videos, and book recommendations, see [this commit](https://github.com/github/training-kit/tree/4fbf180e980ef973ba4cc4b8ef3d5f278ddc8c08) in the repository's history.
2212

23-
24-
2513
## Projects Used in Training-Kit
2614

27-
28-
2915
- We use [Jekyll](https://jekyllrb.com/) and [Markdown](https://guides.github.com/features/mastering-markdown/).
3016

3117
- Our content is styled using the [Primer CSS toolkit](https://github.com/primer/primer-css).
3218

33-
34-
3519
## Packaging for Viewing Behind Your Firewall
3620

37-
38-
3921
If you'd like to have a copy of the files to be served from a web server inside of your firewall, start by running `script/package`.
4022

41-
42-
4323
1. Run `script/package` to create a release tarball. This will be in the format `release-XXXXXXX.tgz` for you to take wherever you want.
4424

4525
2. To test this looks okay, create some folders `mkdir -p test_site/kit`.
@@ -50,16 +30,10 @@ If you'd like to have a copy of the files to be served from a web server inside
5030

5131
5. View the site with `python -m SimpleHTTPServer`. _Note: Some servers are more advanced than others and can handle redirects, smart recognition of `.html` files, etc_
5232

53-
54-
5533
## [Licenses](https://github.com/github/training-kit/blob/master/LICENSE)
5634

57-
58-
5935
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 the 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:
6036

61-
62-
6337
> Content based on
6438
6539
> <a href="https://github.github.com/training-kit/">github.github.com/training-kit/</a>
@@ -70,15 +44,8 @@ Site content is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/
7044
7145
> license.</a>
7246
73-
74-
7547
Code used to build and test the site as well as code samples on the site, if any, are licensed under [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode). CC0 waives all copyright restrictions but does not grant you any trademark permissions.
7648

77-
78-
7949
This means you can use the content and code in this repository except for GitHub trademarks in your projects.
8050

81-
82-
8351
When you contribute to this repository you are doing so under the above licenses.
84-

0 commit comments

Comments
 (0)