aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/index.html
blob: db7a5be8dc93165d86986d8468375b52464f73cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
title: Tutorials
---

<p>
  <strong>Welcome to sr.ht!</strong> We have lots of helpful tutorials to
  introduce you to our platform and get you productive as soon as possible.
</p>
<style>
.tutorial:not(:last-child) {
  margin-bottom: 1rem;
}
</style>
<div class="event-list">
  <h3 id="setting-up-your-account-amp-first-git-repository">Setting up your account &amp; 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>
  <p>
    Running your first few jobs on our continuous integration platform,
    builds.sr.ht.
  </p>
  <a href="getting-started-with-builds.md" 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="git-rebase">Mastering git rebase</h3>
  <p>
    git-rebase is a crucial tool in the toolbelt of the productive git user.
    Our comprehensive reference demystifies it.
  </p>
  <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>
    Integrating patches from mailing lists into your own projects.
  </p>
  <a href="accepting-patches-from-lists.md" 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>Using secrets on builds.sr.ht</h3>
  <p>
    How to securely use secret data in builds.sr.ht jobs.
  </p>
  <a href="using-secrets-in-builds.md" 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>
-->
<hr />
<div class="alert alert-primary">
  <strong>More tutorials are coming!</strong>
  Is there something in particular you want to see here? Mention it on
  <a href="https://lists.sr.ht/~sircmpwn/sr.ht-discuss">sr.ht-discuss</a>!
</div>