Skip to content

Commit

Permalink
New achievement Miller (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Jun 8, 2010
1 parent e6cc881 commit 4c89535
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
35 changes: 18 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 608 points<br>
Unlocked 36/48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 614 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 @@ -153,6 +153,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
<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">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">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 @@ -167,22 +168,22 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
1526 status
997 add
915 show
890 diff
611 log
460 rebase
460 commit
397 --git-dir=.git
259 checkout
252 push
208 cherry-pick
150 branch
140 fetch
1541 status
1021 add
918 show
918 diff
616 log
479 commit
463 rebase
433 --git-dir=.git
264 checkout
254 push
209 cherry-pick
152 branch
141 fetch
115 hooks
76 rev-list
68 reset
69 reset
53 remote
43 blame
29 clone
Expand All @@ -192,15 +193,15 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
21 achievements
20 --git-dir=/home/ben/git/cells/.git
20 config
18 send-email
17 rev-parse
16 send-email
15 tag
15 --git-dir=.
14 --git-dir=/home/ben/githaven/.git
14 format-patch
14 am
13 symbolic-ref
13 init
13 --git-dir=/home/ben/githaven/.git
10 timecard
10 prune
9 reflog
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel>
<title>Benjamin C Meyer's Git Achievements</title>
<item><title>Miller (Level 5)</title><description>Add only part of a file to the stage 1057 times with git add -p.</description></item>
<item><title>Master Author (Level 9)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Master Socialite (Level 8)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Miller (Level 4)</title><description>Add only part of a file to the stage 1028 times with git add -p.</description></item>
Expand All @@ -19,5 +20,4 @@
<item><title>Chimney Sweeper (Level 4)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
<item><title>Master Socialite (Level 7)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Master Stone Mason (Level 9)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Investigator (Level 4)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
</channel></rss>

0 comments on commit 4c89535

Please sign in to comment.