Skip to content

Commit

Permalink
New achievement Blacksmith (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Oct 26, 2010
1 parent 5ff6c56 commit 48f7542
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 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 642 points<br>
Unlocked 36/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 648 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 @@ -78,6 +78,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
<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">Baptised</div> <div class="info">Set global user name using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-config.html">git-config</a>.</div></li>
<li><div class="title">Blacksmith (Level 4)</div> <div class="info">Created a branch using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html">git-checkout</a> -b.</div></li>
<li><div class="title">Blacksmith (Level 5)</div> <div class="info">Created a branch using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html">git-checkout</a> -b.</div></li>
<li><div class="title">Butcher (Level 4)</div> <div class="info">Performed an interactive rebase using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html">git-rebase</a> -i.</div></li>
<li><div class="title">Butcher (Level 5)</div> <div class="info">Performed an interactive rebase using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html">git-rebase</a> -i.</div></li>
<li><div class="title">Butcher (Level 6)</div> <div class="info">Performed an interactive rebase using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html">git-rebase</a> -i.</div></li>
Expand Down Expand Up @@ -147,26 +148,26 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
1843 status
1219 add
1098 diff
923 show
634 log
602 commit
469 rebase
1861 status
1236 add
1109 diff
933 show
641 log
621 commit
475 rebase
453 --git-dir=.git
279 push
273 checkout
283 push
274 checkout
210 cherry-pick
185 branch
156 fetch
186 branch
158 fetch
115 hooks
77 reset
76 rev-list
65 remote
43 blame
67 remote
48 blame
39 rm
30 clone
32 clone
27 achievements
27 --git-dir=/home/ben/git/cells/.git
26 gc
Expand All @@ -179,9 +180,9 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
17 format-patch
15 am
15 --git-dir=.
14 stash
14 --git-dir=/home/ben/githaven/.git
13 symbolic-ref
12 stash
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
Expand Up @@ -2,6 +2,7 @@
<title>Benjamin C Meyer's Git Achievements</title>
<description></description>
<link></link>
<item><title>Blacksmith (Level 5)</title><description>Created a branch using git checkout -b.</description></item>
<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>
Expand All @@ -21,5 +22,4 @@
<item><title>Master Historian (Level 9)</title><description>Investigate the commit log using git log.</description></item>
<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>
</channel></rss>

0 comments on commit 48f7542

Please sign in to comment.