This is a website for information on Git development. If you stumbled into this by mistake, you may want:
These pages are intended to collect information useful to Git developers. This is also the web home of:
- the Hacking Git page,
- the Git Rev News newsletter,
- the involvement of the Git project in mentoring programs like Outreachy and the GSoC (Google Summer of Code)
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 es by email to Christian Couder < [email protected] > / Kaartic Sivaraam < [email protected] > (and feel free to cc [email protected] if appropriate).
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 ]bundle install
bundle exec jekyll serve
- browse the site on http://localhost:4000
Based on https://help..com/articles/using-jekyll-with-pages/