CINXE.COM

Git Developer Pages

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Git Developer Pages</title> <meta name="viewport" content="width=device-width"> <link rel="icon" type="image/x-icon" href="/images/logo.png"/> <link rel="stylesheet" href="/css/main.css"> <script src="/script/script.js" defer></script> <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml"> </head> <body> <div id="wrapper"> <div id="navbar" class="navbar"> <ul> <li><a href="/">Home</a> <li><a href="/rev_news/rev_news/">About Git Rev News</a> <li><a href="/rev_news/news_sources/">Git Rev News Sources</a> <li><a href="/rev_news/">Git Rev News</a> <li><a href="/rev_news/archive/">Git Rev News Archive</a> <li><a href="/SoC-2025-Microprojects/">SoC 2025 Applicant Microprojects</a> <li><a href="/SoC-2025-Ideas/">SoC 2025 Ideas</a> <li><a href="/SoC-2022-Org-Application/">SoC 2022 Organization Application</a> <li><a href="/Mentoring-Program-Guide/">Mentoring Program Guide</a> <li><a href="/Historical-SoC-Outreachy/">Historical Summer of Code and Outreachy Materials</a> <li><a href="/Hacking-Git/">Hacking Git</a> <li><a href="/General-Microproject-Information/">General Microproject Information</a> <li><a href="/General-Application-Information/">General Application Information</a> <li><a href="/GSoC-Participants/">GSoC participants</a> </ul> </div> <div class="site"> <div class="header"> <!-- nothing yet --> </div> <h1 id="git-developer-pages">Git Developer Pages</h1> <p>This is a website for information on Git development. If you stumbled into this by mistake, you may want:</p> <ul> <li>Information on running Git and links to download the latest version from <a href="https://git-scm.com/">HERE</a></li> <li>Wiki that has historically contained developer information from <a href="https://git.wiki.kernel.org/index.php/Main_Page">HERE</a></li> </ul> <p>These pages are intended to collect information useful to Git developers. This is also the web home of:</p> <ul> <li>the <a href="https://git.github.io/Hacking-Git/">Hacking Git</a> page,</li> <li>the <a href="https://git.github.io/rev_news/">Git Rev News newsletter</a>,</li> <li>the <a href="https://git.github.io/General-Application-Information/">involvement of the Git project in mentoring programs</a> like <a href="https://www.outreachy.org/">Outreachy</a> and the <a href="https://summerofcode.withgoogle.com/">GSoC (Google Summer of Code)</a></li> </ul> <p>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. The <a href="https://github.com/git/git.github.io">repository</a> could be found on GitHub. You could also send your changes as patches by email to Christian Couder &lt; <a href="mailto:christian.couder@gmail.com">christian.couder@gmail.com</a> &gt; / Kaartic Sivaraam &lt; <a href="mailto:kaartic.sivaraam@gmail.com">kaartic.sivaraam@gmail.com</a> &gt; (and feel free to cc git@vger.kernel.org if appropriate).</p> <div class="footer"> <!-- nothing yet --> </div> </div> <div id="menuLinkBar"><a href="#navbar">Menu</a></div> </div> <!-- Google Analytics snippet: --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-68655198-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10