2016-02-22 21:06:34 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<div class="home">
|
|
|
|
|
2016-07-02 14:12:06 +00:00
|
|
|
<img src="{{ "/images/git-secret-big.png" | prepend: site.baseurl }}"
|
2017-02-26 20:53:33 +00:00
|
|
|
alt="git-secret"
|
|
|
|
title="git-secret"
|
2016-07-02 14:12:06 +00:00
|
|
|
class="home-logo-image" />
|
2016-02-22 21:06:34 +00:00
|
|
|
|
2017-02-26 20:53:33 +00:00
|
|
|
<h1>Synopsis</h1>
|
|
|
|
|
|
|
|
{% capture markdown_file %}
|
|
|
|
{% include why.md %}
|
|
|
|
{% endcapture %}
|
|
|
|
|
|
|
|
{{ markdown_file | markdownify }}
|
|
|
|
|
2016-02-22 21:06:34 +00:00
|
|
|
{% for post in site.categories.usage %}
|
|
|
|
{{ post.content }}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
<h2 class="page-heading">Command Reference</h2>
|
|
|
|
|
|
|
|
<ul class="post-list">
|
|
|
|
{% for post in site.categories.command %}
|
|
|
|
<li>
|
|
|
|
<h2>
|
2017-02-26 20:53:33 +00:00
|
|
|
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">
|
|
|
|
{{ post.title }}
|
|
|
|
</a>
|
2016-02-22 21:06:34 +00:00
|
|
|
</h2>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
|
2017-02-26 20:53:33 +00:00
|
|
|
<p class="rss-subscribe">
|
|
|
|
subscribe
|
|
|
|
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a>
|
|
|
|
</p>
|
2016-02-22 21:06:34 +00:00
|
|
|
|
|
|
|
</div>
|