CINXE.COM
Git
<!DOCTYPE html> <html lang="en"> <head> <meta charset='utf-8'> <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Git</title> <link href="/favicon.ico" rel='shortcut icon' type='image/x-icon'> <link rel="stylesheet" href="/application.min.css"> <script src="/js/modernizr.js"></script> <script src="/js/modernize.js"></script> </head> <body id="site"> <div class="inner"> <header> <a href="/"><img src="/images/logo@2x.png" width="110" height="46" alt="Git" /></a> <span id="tagline"></span> <script type="text/javascript"> const taglines = [ "fast-version-control", "everything-is-local", "distributed-even-if-your-workflow-isnt", "local-branching-on-the-cheap", "distributed-is-the-new-centralized" ]; var tagline = taglines[Math.floor(Math.random() * taglines.length)]; document.getElementById('tagline').innerHTML = '--' + tagline; </script> <form id="search" action="/search/results"> <input id="search-text" name="search" placeholder="Type / to search entire site…" autocomplete="off" type="text" /> </form> <div id="search-results"></div> </header> </div> <div class="inner"> <div id="content-wrapper"> <div tabindex="1" class="sidebar-btn"></div> <aside class="sidebar" id="sidebar"> <nav> <ul> <li> <a href="/about">About</a> <ul> </ul> </li> <li> <a href="/doc">Documentation</a> <ul > <li> <a href="/docs">Reference</a> </li> <li> <a href="/book">Book</a> </li> <li> <a href="/videos">Videos</a> </li> <li> <a href="/doc/ext">External Links</a> </li> </ul> </li> <li> <a href="/downloads">Downloads</a> <ul > <li> <a href="/downloads/guis">GUI Clients</a> </li> <li> <a href="/downloads/logos">Logos</a> </li> </ul> </li> <li> <a href="/community">Community</a> </li> </ul> </nav> </aside> <div id="content" data-pagefind-filter="category:site" data-pagefind-weight="0.05" data-pagefind-body> <div id="main"> <h1 id="sfc">Git and Software Freedom Conservancy</h1> <p>Git is a member project of <a href="https://sfconservancy.org/">Software Freedom Conservancy</a>. Conservancy is a not-for-profit organization that provides financial and administrative assistance to open source projects. <h2 class="section-start">Donation</h2> <p>Conservancy accepts donations on git's behalf. In the past, project money has typically gone to defraying travel costs for developers to come to our annual <a href="https://git.wiki.kernel.org/index.php/GitTogether">GitTogether</a> mini-conference. A portion of the money goes to Conservancy to cover their operating expenses. You can also donate <a href="https://sfconservancy.org/donate">directly</a> to Software Freedom Conservancy's general fund. <h3 class="title">Paypal</h3> <p>To donate to Git via PayPal: <div class="center"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="GXTE9AECX4LAL"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" height="1" width="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif"> </form> </div> <h3 class="title">Check</h3> <p>We can also accept donations drawn in USD from banks in the USA (donations from banks outside of the US or not in USD should be handled by wire). Make checks payable to "Software Freedom Conservancy, Inc." and place "Directed donation: Git" in the memo field. Checks should be mailed to: <div class="center"> <pre> Software Freedom Conservancy, Inc. 137 Montague ST STE 380 BROOKLYN, NY 11201 USA </pre> </div> <h3 class="title">Wire</h3> <p>Conservancy can accept wire donations, but the instructions vary depending on the country of origin. Please contact <a href="mailto:accounting@sfconservancy.org">accounting@sfconservancy.org</a> for instructions. <h3 class="title">Stock</h3> <p>Conservancy also accepts stock donations on behalf of the Git project. If you would like to donate stock, please contact <a href="mailto:accounting@sfconservancy.org">accounting@sfconservancy.org</a> for instructions on how to initiate the transfer. </div> </div> </div> <footer> <div class="site-source"> <a href="/site">About this site</a><br> Patches, suggestions, and comments are welcome. </div> <div class="sfc-member"> Git is a member of <a href="/sfc">Software Freedom Conservancy</a> </div> </footer> <a href="#top" class="no-js scrollToTop" id="scrollToTop" data-label="Scroll to top"> <img src="/images/icons/chevron-up@2x.png" width="20" height="20" alt="scroll-to-top"/> </a> <script src="/js/jquery-1.7.1.min.js"></script> <script src="/js/jquery-ui-1.8.18.custom.min.js"></script> <script src="/js/jquery.defaultvalue.js"></script> <script src="/js/session.min.js"></script> <script src="/js/application.min.js"></script> </div> </body> </html>