diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-24 19:13:47 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-24 19:24:41 -0400 |
commit | 995ef2fcf759206a5ce18dc57af3ce3047fd084b (patch) | |
tree | 762ecf540abedb71da0ab7e002fc6457fa716e15 /tutorials | |
parent | dc37d438fe3839cb96ca4b00190399d99adb4c69 (diff) | |
download | sr.ht-docs-995ef2fcf759206a5ce18dc57af3ce3047fd084b.tar.gz |
Add links to git tutorials
Diffstat (limited to 'tutorials')
-rw-r--r-- | tutorials/index.html | 45 |
1 files changed, 29 insertions, 16 deletions
diff --git a/tutorials/index.html b/tutorials/index.html index 3ffc095..db7a5be 100644 --- a/tutorials/index.html +++ b/tutorials/index.html @@ -12,18 +12,30 @@ title: Tutorials } </style> <div class="event-list"> - <div class="event" style="margin-left: -0.5rem; margin-right: -0.5rem;"> - <h3 id="setting-up-your-account-amp-first-git-repository">Setting up your account & first git repository</h3> - <p> - This tutorial is recommended as the first stop for any new user. - </p> - <a href="set-up-account-and-git.md" class="btn btn-success"> - Read more - <span class="icon icon-caret-right"> - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> - </span> - </a> - </div> + <h3 id="setting-up-your-account-amp-first-git-repository">Setting up your account & first git repository</h3> + <p> + This tutorial is recommended as the first stop for any new user. + </p> + <a href="set-up-account-and-git.md" class="btn btn-success"> + Get started here + <span class="icon icon-caret-right"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> + </span> + </a> +</div> +<div class="tutorial"> + <h3 id="contributing-to-srht-projects">Contributing to projects on SourceHut</h3> + <p> + Looking to contribute to an existing project? Most projects on sr.ht accept + contributions via email. Check out our interactive tutorial for + git-send-email. + </p> + <a href="https://git-send-email.io" class="btn btn-default"> + Read more + <span class="icon icon-caret-right"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> + </span> + </a> </div> <div class="tutorial"> <h3 id="getting-started-with-buildssrht">Getting started with builds.sr.ht</h3> @@ -38,19 +50,20 @@ title: Tutorials </span> </a> </div> -<!-- <div class="tutorial"> - <h3>Contributing to projects on sr.ht</h3> + <h3 id="git-rebase">Mastering git rebase</h3> <p> - How to configure git to send emails and sending your first patches. + git-rebase is a crucial tool in the toolbelt of the productive git user. + Our comprehensive reference demystifies it. </p> - <a href="contributing-to-projects.md" class="btn btn-default"> + <a href="https://git-rebase.io" class="btn btn-default"> Read more <span class="icon icon-caret-right"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> </span> </a> </div> +<!-- <div class="tutorial"> <h3>Accepting patches from a mailing list</h3> <p> |