Skip to content

Commit

Permalink
New achievement Investigator (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed May 22, 2010
1 parent 635f24a commit db426c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 deletions index.html
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 559 points<br>
Unlocked 36/48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 565 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 @@ -123,6 +123,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
<li><div class="title">Inventor (hooks)</div> <div class="info">Used a command that isn't part of the built in Git command</div></li>
<li><div class="title">Inventor (timecard)</div> <div class="info">Used a command that isn't part of the built in Git command</div></li>
<li><div class="title">Investigator (Level 4)</div> <div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-blame.html">git-blame</a> to annotates a file with information about how each line changed.</div></li>
<li><div class="title">Investigator (Level 5)</div> <div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-blame.html">git-blame</a> to annotates a file with information about how each line changed.</div></li>
<li><div class="title">Let there be light</div> <div class="info">Commit without a parent.</div></li>
<li><div class="title">Librarian</div> <div class="info">Looked for change that introduce or remove a string with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a> -S</div></li>
<li><div class="title">Master Author (Level 7)</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 Down Expand Up @@ -161,26 +162,26 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
1437 status
937 add
795 diff
752 show
553 log
400 commit
372 rebase
308 --git-dir=.git
203 push
192 checkout
172 cherry-pick
135 branch
1460 status
957 add
863 show
824 diff
563 log
417 rebase
413 commit
328 --git-dir=.git
217 push
207 checkout
178 cherry-pick
140 branch
115 hooks
103 fetch
110 fetch
76 rev-list
51 reset
44 remote
53 reset
48 remote
32 blame
28 clone
27 blame
25 gc
26 gc
22 rm
22 --git-dir=/home/ben/git/webkit/.git
21 achievements
Expand All @@ -191,7 +192,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
14 send-email
13 symbolic-ref
13 --git-dir=/home/ben/githaven/.git
11 init
12 init
10 timecard
10 prune
10 format-patch
Expand Down
2 changes: 1 addition & 1 deletion index.rss
@@ -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>Investigator (Level 5)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
<item><title>Master Goldsmith (Level 9)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Master Butcher (Level 7)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Seamstress (Level 7)</title><description>amended a commit with git commit --amend.</description></item>
Expand All @@ -19,5 +20,4 @@
<item><title>Butcher (Level 6)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Goldsmith (Level 7)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Collector (Level 5)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Apprentice Miller (Level 2)</title><description>Add only part of a file to the stage 394 times with git add -p.</description></item>
</channel></rss>

0 comments on commit db426c7

Please sign in to comment.