Skip to content

Commit

Permalink
New achievement Weaver
Browse files Browse the repository at this point in the history
  • Loading branch information
io41 committed Apr 30, 2012
1 parent df29619 commit 65164fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.html
Expand Up @@ -10,30 +10,33 @@
<body>

<h2>Tim Kersten's Git Achievements <img src='http://www.gravatar.com/avatar/3d68a25b1c702749b0c7f84369433198'/></h2>
Unlocked 3/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 12 points<br>
Unlocked 4/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 13 points<br>
<ul>
<li><div class="title">Apprentice Blacksmith (Level 1)</div> <div class="info">Created a branch using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html">git-checkout</a> -b.</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">Apprentice Stone Mason (Level 2)</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">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>
<li><div class="title">Weaver</div> <div class="info">Investigate old branches by using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-reflog.html">git-reflog</a></div></li>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
11 status
12 status
8 add
6 checkout
7 checkout
4 achievements
3 describe
3 branch
2 rebase
2 difftool
2 config
1 reset
1 rebase
1 reflog
1 push
1 help
1 fetch
1 commit
1 clone
1 branch
1 --help
</pre>
<script type="text/javascript">
Expand Down Expand Up @@ -92,7 +95,6 @@ <h2>Tim Kersten's Git Achievements <img src='http://www.gravatar.com/avatar/3d68
<li><div class="title">Thug</div><div class="info">Forced pushed a branch with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a> -f</div></li>
<li><div class="title">Traveler</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">Tree Trimmer</div><div class="info">Rewrite branches with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-filter-branch.html">git-filter-branch</a></div></li>
<li><div class="title">Weaver</div><div class="info">Investigate old branches by using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-reflog.html">git-reflog</a></div></li>
<li><div class="title">Web Designer</div><div class="info">Instantly browse your working repository in gitweb with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-instaweb.html">git-instaweb</a></div></li>
</ul></div>
</body></html>
1 change: 1 addition & 0 deletions index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Tim Kersten's Git Achievements</title>
<description></description>
<link></link>
<item><title>Weaver</title><description>Investigate old branches by using git reflog</description></item>
<item><title>Apprentice Blacksmith (Level 1)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Apprentice Stone Mason (Level 3)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Apprentice Stone Mason (Level 2)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
Expand Down

0 comments on commit 65164fb

Please sign in to comment.