Skip to content

Commit

Permalink
New achievement Miller (Level 6)
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Oct 23, 2010
1 parent 87ad9ba commit 5ff6c56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<h2>Benjamin C Meyer's Git Achievements</h2>
Unlocked 36/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 635 points<br>
Unlocked 36/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 642 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 @@ -131,6 +131,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
<li><div class="title">Messenger (Level 5)</div> <div class="info">Applied a patch using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-am.html">git-am</a>.</div></li>
<li><div class="title">Miller (Level 4)</div> <div class="info">Add only part of a file to the stage 1028 times with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a> -p.</div></li>
<li><div class="title">Miller (Level 5)</div> <div class="info">Add only part of a file to the stage 1057 times with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a> -p.</div></li>
<li><div class="title">Miller (Level 6)</div> <div class="info">Add only part of a file to the stage 1262 times with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a> -p.</div></li>
<li><div class="title">Presenter (Level 4)</div> <div class="info">Shows one or more objects (blobs, trees, tags and commits) with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show.html">git-show</a></div></li>
<li><div class="title">Presenter (Level 5)</div> <div class="info">Shows one or more objects (blobs, trees, tags and commits) with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show.html">git-show</a></div></li>
<li><div class="title">Presenter (Level 6)</div> <div class="info">Shows one or more objects (blobs, trees, tags and commits) with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show.html">git-show</a></div></li>
Expand All @@ -146,36 +147,36 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
1815 status
1204 add
1084 diff
1843 status
1219 add
1098 diff
923 show
633 log
594 commit
634 log
602 commit
469 rebase
453 --git-dir=.git
278 push
279 push
273 checkout
210 cherry-pick
183 branch
185 branch
156 fetch
115 hooks
77 reset
76 rev-list
65 remote
43 blame
32 rm
29 clone
39 rm
30 clone
27 achievements
27 --git-dir=/home/ben/git/cells/.git
26 gc
26 achievements
24 --git-dir=/home/ben/git/webkit/.git
21 config
22 config
18 send-email
17 tag
17 rev-parse
17 init
17 format-patch
16 init
15 tag
15 am
15 --git-dir=.
14 --git-dir=/home/ben/githaven/.git
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<title>Benjamin C Meyer's Git Achievements</title>
<description></description>
<link></link>
<item><title>Miller (Level 6)</title><description>Add only part of a file to the stage 1262 times with git add -p.</description></item>
<item><title>Merchant (Level 5)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Architect (Level 4)</title><description>Created a new repository with git init.</description></item>
<item><title>Product Manager (Level 4)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Blacksmith (Level 4)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Master Presenter (Level 9)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
<item><title>Master Goldsmith (Level 8)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Apprentice Miller (Level 3)</title><description>Add only part of a file to the stage 595 times with git add -p.</description></item>
</channel></rss>

0 comments on commit 5ff6c56

Please sign in to comment.