Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/git/git.github.io
Git Developer Pages (This is NOT the place to discuss Git issues. See: https://git-scm.com/community)
https://github.com/git/git.github.io
Last synced: 7 days ago
JSON representation
Git Developer Pages (This is NOT the place to discuss Git issues. See: https://git-scm.com/community)
- Host: GitHub
- URL: https://github.com/git/git.github.io
- Owner: git
- Created: 2014-02-13T02:16:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T21:29:10.000Z (about 1 month ago)
- Last Synced: 2024-12-21T13:02:04.590Z (21 days ago)
- Language: CSS
- Homepage: https://git.github.io
- Size: 8.48 MB
- Stars: 322
- Watchers: 52
- Forks: 282
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Git Developer Pages
- This is a website for information on Git development. If you stumbled into this by mistake, you may want:
- Information on running Git and links to download the latest version from [HERE](https://git-scm.com/)
- Wiki that has historically contained developer information from [HERE](https://git.wiki.kernel.org/index.php/Main_Page)- These pages are intended to collect information useful to Git developers. This is also the web home of:
- the [Hacking Git](https://git.github.io/Hacking-Git/) page,
- the [Git Rev News newsletter](https://git.github.io/rev_news/),
- the [involvement of the Git project in mentoring programs](https://git.github.io/General-Application-Information/) like [Outreachy](https://www.outreachy.org/) and the [GSoC (Google Summer of Code)](https://summerofcode.withgoogle.com/)
- These pages are intended to be edited collaboratively (i.e., it is an alternative to us having a wiki, but one that is edited entirely via Git pushes).You could also send your changes as patches by email to Christian Couder < > / Kaartic Sivaraam < > (and feel free to cc [email protected] if appropriate).
### Development
If you wish to spin up the site locally, you could follow the steps below.
* Make sure you've got ruby2 with dev-packages installed
* `sudo gem install bundler`
* Clone this repo
* `sudo apt-get install zlib1g-dev` # [
[ref](http://www.nokogiri.org/tutorials/installing_nokogiri.html#ubuntu___debian)
]
* `bundle install`
* `bundle exec jekyll serve`
* browse the site on http://localhost:4000Based on https://help.github.com/articles/using-jekyll-with-pages/
![Github Repo Size](https://img.shields.io/github/repo-size/git/git.github.io?style=for-the-badge&color=yellow)
See our Contributors 😄