Skip to content

Commit

Permalink
New achievement Apprentice Traveler (Level 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyHat committed Apr 24, 2011
1 parent ca191a6 commit 2fd41bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Matt Wheeler's Git Achievements</h2>
Unlocked 7/50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 52 points<br>
Unlocked 7/50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 55 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>
Expand All @@ -24,6 +24,7 @@ <h2>Matt Wheeler's Git Achievements</h2>
<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">Apprentice Stone Mason (Level 3)</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">Apprentice Traveler (Level 1)</div> <div class="info">Streamed changes between another rcs with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-svn.html">git-svn</a> or <a href="http://www.kernel.org/pub/software/scm/git/docs/git-p4.html">git-p4</a>.</div></li>
<li><div class="title">Apprentice Traveler (Level 2)</div> <div class="info">Streamed changes between another rcs with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-svn.html">git-svn</a> or <a href="http://www.kernel.org/pub/software/scm/git/docs/git-p4.html">git-p4</a>.</div></li>
<li><div class="title">Author (Level 4)</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">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">Let there be light</div> <div class="info">Commit without a parent.</div></li>
Expand All @@ -41,9 +42,9 @@ <h2>Matt Wheeler's Git Achievements</h2>
8 stash
6 rm
6 checkout
4 svn
4 pull
3 reset
2 svn
2 help
2 clone
1 --version
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>Matt Wheeler's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Traveler (Level 2)</title><description>Streamed changes between another rcs with git svn or git p4.</description></item>
<item><title>Apprentice Traveler (Level 1)</title><description>Streamed changes between another rcs with git svn or git p4.</description></item>
<item><title>Apprentice Product Manager (Level 3)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Product Manager (Level 2)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
Expand Down

0 comments on commit 2fd41bc

Please sign in to comment.