Skip to content

Commit

Permalink
New achievement Master Author (Level 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
regedor committed Apr 4, 2012
1 parent 2a54e06 commit 08b2fcf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions index.html
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Miguel Regedor's Git Achievements <img src='http://www.gravatar.com/avatar/80583db5af674ca20393f42a20101129'/></h2>
Unlocked 9/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 98 points<br>
Unlocked 9/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 106 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 Architect (Level 2)</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>
Expand All @@ -31,6 +31,7 @@ <h2>Miguel Regedor's Git Achievements <img src='http://www.gravatar.com/avatar/8
<li><div class="title">Author (Level 6)</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">Caretaker</div> <div class="info">Added a .gitignore file to a repository.</div></li>
<li><div class="title">Let there be light</div> <div class="info">Commit without a parent.</div></li>
<li><div class="title">Master Author (Level 7)</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">Master Stone Mason (Level 7)</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">Socialite (Level 4)</div> <div class="info">pushed a branch to a remote repository using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li>
<li><div class="title">Socialite (Level 5)</div> <div class="info">pushed a branch to a remote repository using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li>
Expand All @@ -41,20 +42,21 @@ <h2>Miguel Regedor's Git Achievements <img src='http://www.gravatar.com/avatar/8
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
322 status
124 add
97 commit
67 branch
51 pull
47 push
15 diff
435 status
160 add
128 commit
76 branch
63 push
60 pull
17 diff
14 checkout
9 clone
8 init
7 remote
7 checkout
6 clone
3 reset
6 reset
3 log
3 achievements
2 log
1 merge
1 config
</pre>
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Miguel Regedor's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Author (Level 7)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Historian (Level 2)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Apprentice Architect (Level 3)</title><description>Created a new repository with git init.</description></item>
<item><title>Master Stone Mason (Level 7)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Author (Level 3)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Architect (Level 1)</title><description>Created a new repository with git init.</description></item>
<item><title>Apprentice Socialite (Level 2)</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>
</channel></rss>

0 comments on commit 08b2fcf

Please sign in to comment.