Skip to content

Commit

Permalink
New achievement Merchant (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Sep 26, 2010
1 parent eed5da6 commit 6ad1048
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions index.html
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 629 points<br>
Unlocked 36/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 635 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 @@ -127,6 +127,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
<li><div class="title">Master Stone Mason (Level 8)</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">Master Stone Mason (Level 9)</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">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">Merchant (Level 5)</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>
Expand All @@ -145,23 +146,23 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
1797 status
1190 add
1799 status
1194 add
1075 diff
923 show
630 log
576 commit
633 log
580 commit
469 rebase
453 --git-dir=.git
274 push
273 checkout
210 cherry-pick
169 branch
173 branch
156 fetch
115 hooks
76 rev-list
76 reset
64 remote
65 remote
43 blame
29 clone
27 --git-dir=/home/ben/git/cells/.git
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Benjamin C Meyer's Git Achievements</title>
<description></description>
<link></link>
<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>
<item><title>Archivist (Level 4)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
Expand All @@ -21,5 +22,4 @@
<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>
<item><title>Collector (Level 6)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
</channel></rss>

0 comments on commit 6ad1048

Please sign in to comment.