Skip to content

Commit

Permalink
New achievement Banker (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrizor committed Dec 20, 2011
1 parent 9e52fe2 commit 586c57d
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 @@ -10,7 +10,7 @@
<body>

<h2>Kerri Miller's Git Achievements <img src='http://www.gravatar.com/avatar/f4d5752d6f4f839083cf810ad2c3a911'/></h2>
Unlocked 13/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 144 points<br>
Unlocked 13/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 150 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 @@ -34,6 +34,7 @@ <h2>Kerri Miller's Git Achievements <img src='http://www.gravatar.com/avatar/f4d
<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">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">Banker (Level 4)</div> <div class="info">Join two or more development histories together with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-merge.html">git-merge</a>.</div></li>
<li><div class="title">Banker (Level 5)</div> <div class="info">Join two or more development histories together with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-merge.html">git-merge</a>.</div></li>
<li><div class="title">Garage Inventor</div> <div class="info">Used a custom alias for a Git command</div></li>
<li><div class="title">Gipsy (Level 6)</div> <div class="info">Create, list, delete a tag signed with GPG using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-tag.html">git-tag</a></div></li>
<li><div class="title">Historian (Level 4)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
Expand All @@ -51,18 +52,18 @@ <h2>Kerri Miller's Git Achievements <img src='http://www.gravatar.com/avatar/f4d
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
339 status
210 push
161 checkout
140 pull
126 commit
343 status
227 push
171 checkout
146 pull
129 commit
80 branch
76 diff
74 add
66 log
42 tag
27 merge
6 clone
78 diff
75 add
69 log
46 tag
30 merge
7 clone
4 config
3 stash
3 init
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Kerri Miller's Git Achievements</title>
<description></description>
<link></link>
<item><title>Banker (Level 5)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Gipsy (Level 6)</title><description>Create, list, delete a tag signed with GPG using git tag</description></item>
<item><title>Historian (Level 6)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Stone Mason (Level 6)</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 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>Historian (Level 4)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Socialite (Level 5)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice Banker (Level 2)</title><description>Join two or more development histories together with git merge.</description></item>
</channel></rss>

0 comments on commit 586c57d

Please sign in to comment.