Skip to content

Commit

Permalink
New achievement Master Stone Mason (Level 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwotton committed May 19, 2011
1 parent 69ab790 commit c04bd50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<body>

<h2>Mark Wotton's Git Achievements</h2>
Unlocked 18/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 237 points<br>
Unlocked 18/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 246 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 Down Expand Up @@ -61,6 +61,7 @@ <h2>Mark Wotton's Git Achievements</h2>
<li><div class="title">Master Socialite (Level 7)</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">Master Socialite (Level 8)</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">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">Master Stone Mason (Level 8)</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">Merchant (Level 4)</div> <div class="info">Added an external repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">git-remote</a> add.</div></li>
<li><div class="title">Product Manager (Level 4)</div> <div class="info">Stash the changes in a dirty working directory away with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html">git-stash</a>.</div></li>
<li><div class="title">Seamstress (Level 4)</div> <div class="info">amended a commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a> --amend.</div></li>
Expand All @@ -74,16 +75,16 @@ <h2>Mark Wotton's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
18027 status
17339 symbolic-ref
471 commit
307 diff
304 push
183 checkout
151 add
148 pull
18543 status
17839 symbolic-ref
480 commit
312 diff
305 push
185 checkout
154 pull
152 add
112 remote
66 log
67 log
61 branch
60 clone
41 merge
Expand All @@ -92,10 +93,10 @@ <h2>Mark Wotton's Git Achievements</h2>
19 config
16 stash
14 init
8 blame
9 blame
8 clean
7 mv
7 bisect
6 clean
4 achievements
3 reflog
2 submodule
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Mark Wotton's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Stone Mason (Level 8)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Apprentice Investigator (Level 3)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
<item><title>Product Manager (Level 4)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Merchant (Level 4)</title><description>Added an external repository with git remote add.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Seamstress (Level 3)</title><description>amended a commit with git commit --amend.</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>
<item><title>Master Author (Level 7)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Architect (Level 4)</title><description>Created a new repository with git init.</description></item>
</channel></rss>

0 comments on commit c04bd50

Please sign in to comment.