Skip to content

Commit

Permalink
New achievement Stone Mason (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
regedor committed Mar 2, 2012
1 parent cf5a3fc commit e4d5586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Miguel Regedor's Git Achievements <img src='http://www.gravatar.com/avatar/80583db5af674ca20393f42a20101129'/></h2>
Unlocked 7/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 39 points<br>
Unlocked 7/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 45 points<br>
<ul>
<li><div class="title">Apprentice Architect (Level 1)</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">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>
Expand All @@ -25,13 +25,14 @@ <h2>Miguel Regedor's Git Achievements <img src='http://www.gravatar.com/avatar/8
<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">Let there be light</div> <div class="info">Commit without a parent.</div></li>
<li><div class="title">Stone Mason (Level 4)</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">Stone Mason (Level 5)</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>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
40 status
17 add
16 commit
46 status
20 add
17 commit
10 pull
8 push
3 init
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>Miguel Regedor's Git Achievements</title>
<description></description>
<link></link>
<item><title>Stone Mason (Level 5)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Author (Level 4)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Socialite (Level 3)</title><description>pushed a branch to a remote repository using git push</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>
Expand Down

0 comments on commit e4d5586

Please sign in to comment.