Skip to content

Commit

Permalink
New achievement Historian (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerri Miller committed Nov 22, 2011
1 parent 047a6cf commit 727c121
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>Kerri Miller's Git Achievements <img src='http://www.gravatar.com/avatar/a82679cc4e4a33e27035f759ed43f360'/></h2>
Unlocked 11/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 94 points<br>
Unlocked 11/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 100 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 3)</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 @@ -33,6 +33,7 @@ <h2>Kerri Miller's Git Achievements <img src='http://www.gravatar.com/avatar/a82
<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">Garage Inventor</div> <div class="info">Used a custom alias for a Git command</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>
<li><div class="title">Historian (Level 5)</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>
<li><div class="title">Let there be light</div> <div class="info">Commit without a parent.</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 @@ -42,21 +43,22 @@ <h2>Kerri Miller's Git Achievements <img src='http://www.gravatar.com/avatar/a82
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
141 status
97 push
75 checkout
64 pull
55 branch
48 commit
28 log
27 diff
25 add
24 tag
14 merge
179 status
121 push
79 checkout
69 pull
69 commit
61 branch
33 diff
32 log
31 add
26 tag
16 merge
4 config
3 stash
2 init
2 help
1 remote
1 mergetool
1 clone
</pre>
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>Historian (Level 5)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Let there be light</title><description>Commit without a parent.</description></item>
<item><title>Apprentice Architect (Level 1)</title><description>Created a new repository with git init.</description></item>
<item><title>Author (Level 6)</title><description>Made 2^Level commits using git commit.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Historian (Level 3)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Apprentice Socialite (Level 3)</title><description>pushed a branch to a remote repository using git push</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>
<item><title>Apprentice Author (Level 3)</title><description>Made 2^Level commits using git commit.</description></item>
</channel></rss>

0 comments on commit 727c121

Please sign in to comment.