Skip to content

Commit

Permalink
New achievement Apprentice Author (Level 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin golodhrim Scholz committed Mar 22, 2012
1 parent f09f5a9 commit 0b43926
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,30 @@
<body>

<h2>Martin golodhrim Scholz's Git Achievements <img src='http://www.gravatar.com/avatar/fc22ca2d4395f9f1cdf4444e06c3b52c'/></h2>
Unlocked 3/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 4 points<br>
Unlocked 4/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 7 points<br>
<ul>
<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 Stone Mason (Level 1)</div> <div class="info">Added files to the index area for inclusion in the next commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a></div></li>
<li><div class="title">Garage Inventor</div> <div class="info">Used a custom alias for a Git command</div></li>
<li><div class="title">Student</div> <div class="info">Accessed the documentation for a command with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-.html">git-</a>[command] --help</div></li>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
114 rev-parse
38 symbolic-ref
34 diff
123 rev-parse
41 symbolic-ref
37 diff
33 diff-index
28 config
7 achievements
2 for-each-ref
2 commit
1 status
1 remote
1 pull
1 mergetool
1 merge
1 fetch
1 difftool
1 commit
1 add
</pre>
<script type="text/javascript">
Expand All @@ -47,7 +48,6 @@ <h2>Martin golodhrim Scholz's Git Achievements <img src='http://www.gravatar.com
<ul>
<li><div class="title">Architect</div><div class="info">Created a new repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-init.html">git-init</a>.</div></li>
<li><div class="title">Archivist</div><div class="info">Prepare each commit with its patch in one file per commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">git-format-patch</a></div></li>
<li><div class="title">Author</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">Banker</div><div class="info">Join two or more development histories together with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-merge.html">git-merge</a>.</div></li>
<li><div class="title">Baptised</div><div class="info">Set global user name using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-config.html">git-config</a>.</div></li>
<li><div class="title">Beach Lion</div><div class="info">Restricted login shell for GIT-only SSH access with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-shell.html">git-shell</a></div></li>
Expand Down
1 change: 1 addition & 0 deletions index.rss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<title>Martin golodhrim Scholz's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Author (Level 2)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Stone Mason (Level 1)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Garage Inventor</title><description>Used a custom alias for a Git command</description></item>
<item><title>Student</title><description>Accessed the documentation for a command with git [command] --help</description></item>
Expand Down

0 comments on commit 0b43926

Please sign in to comment.