|
1 |
| -# About Git Developer Pages |
2 |
| - |
3 |
| -This is a website to help Git Developers. |
4 |
| - |
5 |
| -It is NOT a place to discuss Git issues. Please see |
6 |
| -[git-scm.org's community page](https://git-scm.com/community) |
7 |
| -for information about bug reporting or interacting with the |
8 |
| -community. |
9 |
| - |
10 |
| -The pages are maintained by editing files in the |
11 |
| -[git/git.github.io](https://github.com/git/git.github.io) repository on |
12 |
| -GitHub. It is then published on the |
13 |
| -[https://git.github.io](https://git.github.io) GitHub page. |
14 |
| - |
15 |
| -It is meant to be edited collaboratively like a wiki, except that |
16 |
| -instead of a web form, you get to use a text editor and Git. What could |
17 |
| -be better? |
18 |
| - |
19 |
| -These pages also host the [Git Rev News](https://git.github.io/rev_news/), |
20 |
| -see the [About Git Rev News](https://git.github.io/rev_news/rev_news/) page. |
21 |
| - |
22 |
| -If you want push access, contact Christian Couder |
23 |
| - |
24 |
| -provide your GitHub username. You may also send patches by mail (and |
25 |
| -feel free to cc [email protected] if appropriate). |
26 |
| - |
27 |
| - |
28 |
| -# Development |
29 |
| - |
30 |
| -* Make sure you've got ruby2 with dev-packages installed |
31 |
| -* `sudo gem install bundler` |
32 |
| -* Clone this repo |
33 |
| -* `sudo apt-get install zlib1g-dev` # ref [1] |
34 |
| -* `bundle install` |
35 |
| -* `bundle exec jekyll serve` |
36 |
| -* browse the site on http://localhost:4000 |
37 |
| - |
38 |
| -Based on https://help.github.com/articles/using-jekyll-with-pages/ |
39 |
| - |
40 |
| -[1] http://www.nokogiri.org/tutorials/installing_nokogiri.html#ubuntu___debian |
41 |
| - |
| 1 | +This is a website for information on Git development. If you stumbled into this |
| 2 | +by mistake, you may want: |
| 3 | + - Information on running Git and links to download the latest version from |
| 4 | + [HERE](https://git-scm.com/) |
| 5 | + - Wiki that has historically contained developer information from |
| 6 | + [HERE](https://git.wiki.kernel.org/index.php/Main_Page) |
| 7 | + |
| 8 | +These pages are intended to collect information useful to Git developers. This |
| 9 | +is also the web home of: |
| 10 | + - the [Hacking Git](https://git.github.io/Hacking-Git/) page, |
| 11 | + - the [Git Rev News newsletter](https://git.github.io/rev_news/), |
| 12 | + - the [involvement of the Git project in mentoring |
| 13 | + programs](https://git.github.io/General-Application-Information/) like |
| 14 | + [Outreachy](https://www.outreachy.org/) and the [GSoC (Google Summer of |
| 15 | + Code)](https://summerofcode.withgoogle.com/) |
| 16 | + |
| 17 | +These pages are intended to be edited collaboratively (i.e., it is an |
| 18 | +alternative to us having a wiki, but one that is edited entirely via Git pushes. |
| 19 | +The [repository](https://github.com/git/git.github.io) could be found on GitHub. |
| 20 | +You could also send your changes as patches by email to Christian Couder < |
| 21 | + |
| 22 | +(and feel free to cc [email protected] if appropriate). |
0 commit comments