Skip to content

Commit

Permalink
New achievement Apprentice Historian (Level 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kontschak committed Mar 4, 2013
1 parent 81634fc commit b3d3a43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
21 changes: 11 additions & 10 deletions index.html
Expand Up @@ -10,11 +10,12 @@
<body>

<h2>Patrick Kontschak's Git Achievements <img src='http://www.gravatar.com/avatar/d3b2cdaab30af7d33d2c3b8882854ddb'/></h2>
Unlocked 7/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 44 points<br>
Unlocked 8/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 46 points<br>
<ul>
<li><div class="title">Apprentice Author (Level 1)</div> <div class="info">Made 2^Level commits using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a>.</div></li>
<li><div class="title">Apprentice Author (Level 2)</div> <div class="info">Made 2^Level commits using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a>.</div></li>
<li><div class="title">Apprentice Author (Level 3)</div> <div class="info">Made 2^Level commits using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a>.</div></li>
<li><div class="title">Apprentice Historian (Level 1)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
<li><div class="title">Apprentice Locksmith (Level 1)</div> <div class="info">Add Signed-off-by line at the end of the commit log message using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a> -s.</div></li>
<li><div class="title">Apprentice Locksmith (Level 2)</div> <div class="info">Add Signed-off-by line at the end of the commit log message using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a> -s.</div></li>
<li><div class="title">Apprentice Locksmith (Level 3)</div> <div class="info">Add Signed-off-by line at the end of the commit log message using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a> -s.</div></li>
Expand All @@ -31,16 +32,17 @@ <h2>Patrick Kontschak's Git Achievements <img src='http://www.gravatar.com/avata
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
296 status
264 symbolic-ref
264 rev-parse
15 add
10 commit
345 status
306 symbolic-ref
306 rev-parse
19 add
15 commit
10 push
9 clone
8 push
5 checkout
2 pull
6 checkout
4 pull
2 achievements
1 log
1 branch
</pre>
<script type="text/javascript">
Expand Down Expand Up @@ -74,7 +76,6 @@ <h2>Patrick Kontschak's Git Achievements <img src='http://www.gravatar.com/avata
<li><div class="title">Gardner</div><div class="info">Shows the commit ancestry graph with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show-branch.html">git-show-branch</a></div></li>
<li><div class="title">Gipsy</div><div class="info">Create, list, delete a tag signed with GPG using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-tag.html">git-tag</a></div></li>
<li><div class="title">Goldsmith</div><div class="info">Reviewed patches before committing with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">git-diff</a> --cached.</div></li>
<li><div class="title">Historian</div><div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
<li><div class="title">Homeowner</div><div class="info">Set global email address using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-config.html">git-config</a>.</div></li>
<li><div class="title">Hunter</div><div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html">git-bisect</a> to perform a binary search to find which change introduced a bug.</div></li>
<li><div class="title">Inventor ($1)</div><div class="info">Used a command that isn't part of the built in Git command</div></li>
Expand Down
1 change: 1 addition & 0 deletions index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Patrick Kontschak's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Historian (Level 1)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Stone Mason (Level 4)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Apprentice Socialite (Level 3)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Let there be light</title><description>Commit without a parent.</description></item>
Expand Down

0 comments on commit b3d3a43

Please sign in to comment.