We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cbcd97 + 0b275b2 commit 7e802a1Copy full SHA for 7e802a1
2 files changed
_includes/footer.html
@@ -10,6 +10,10 @@
10
and a <a href="https://github.com/nodegit/nodegit/graphs/contributors">marvelous group of contributors</a>.
11
</p>
12
13
+ <p>
14
+ Follow us on Twitter: <a href="https://twitter.com/nodegit">@NodeGit</a>
15
+ </p>
16
+
17
<p><a href="https://github.com/nodegit/nodegit/blob/master/LICENSE">Licenced under MIT</a>.</p>
18
19
index.md
@@ -128,6 +128,12 @@ Git.Repository.open("nodegit")
128
129
This will open our cloned repository and read out the latest commit's message from master.
130
131
+Have a problem? Come chat with us!
132
133
+<a href="https://gitter.im/nodegit/nodegit">
134
+ <img src="/img/gitterbadge.svg"/>
135
+</a>
136
137
* * *
138
139
## <a name="brought-to-you-by"></a>Brought to you by
0 commit comments