Skip to content

Commit

Permalink
New achievement Master Historian (Level 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Mar 20, 2010
1 parent 4e21536 commit 1778486
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
45 changes: 24 additions & 21 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 28/47 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 330 points<br>
Unlocked 28/48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 338 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 @@ -105,6 +105,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
<li><div class="title">Master Carpenter (Level 14)</div> <div class="info">Custom <a href="http://www.kernel.org/pub/software/scm/git/docs/githooks.html">git-hooks</a> are installed which help catch issues before they are shared.</div></li>
<li><div class="title">Master Carpenter (Level 18)</div> <div class="info">Custom <a href="http://www.kernel.org/pub/software/scm/git/docs/githooks.html">git-hooks</a> are installed which help catch issues before they are shared.</div></li>
<li><div class="title">Master Carpenter (Level 9)</div> <div class="info">Custom <a href="http://www.kernel.org/pub/software/scm/git/docs/githooks.html">git-hooks</a> are installed which help catch issues before they are shared.</div></li>
<li><div class="title">Master Historian (Level 7)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
<li><div class="title">Master Stone Mason (Level 7)</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">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">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>
Expand All @@ -121,43 +122,44 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
255 status
193 commit
183 add
155 cherry-pick
122 diff
118 log
115 --git-dir=.git
257 status
196 commit
184 add
156 cherry-pick
123 diff
120 log
117 --git-dir=.git
112 hooks
64 show
54 rebase
48 push
31 remote
30 checkout
70 show
55 rebase
49 push
33 checkout
32 remote
21 achievements
18 fetch
20 fetch
18 branch
17 config
16 branch
15 rev-parse
14 send-email
14 rev-parse
13 reset
13 --git-dir=.
13 clone
10 timecard
10 reset
10 init
9 rm
9 format-patch
7 symbolic-ref
8 symbolic-ref
7 --git-dir=/home/ben/git/git/.git
7 gc
7 diff-index
7 am
5 tag
4 rev-list
4 reflog
3 --version
3 update-ref
3 rev-list
3 mv
2 revert
2 pull
2 merge
2 ls-files
Expand All @@ -168,8 +170,8 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
1 update-server-info
1 stash
1 shortlog
1 revert
1 read-tree
1 merge-base
1 ll
1 grep
1 --git-dir=/home/ben/git/webkit/.git
Expand All @@ -187,14 +189,15 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</script>
<a id="showlocked" href="javascript:showLocked()" >Show locked Achievements</a>
<div id="locked">
There are 47 Achievements. Some achievements can be leveled up depending on the number of times it is used (Used 2 times = level 1, 4 = level 2, 8 = level 3, 16 = level 4, 32 = level 5, etc)
There are 48 Achievements. Some achievements can be leveled up depending on the number of times it is used (Used 2 times = level 1, 4 = level 2, 8 = level 3, 16 = level 4, 32 = level 5, etc)
<ul>
<li><div class="title">Banker</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">Beach Lion</div><div class="info">Restricted login shell for GIT-only SSH access with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-shell.html">git-shell</a></div></li>
<li><div class="title">Cleaning lady</div><div class="info">Remove untracked files from the working tree with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-clean.html">git-clean</a></div></li>
<li><div class="title">Delivery Boy</div><div class="info">Move objects and refs by archive with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-bundle.html">git-bundle</a>.</div></li>
<li><div class="title">Dentist</div><div class="info">Extracted patches using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a> -p.</div></li>
<li><div class="title">Fisherman</div><div class="info">Look for specified patterns in the current repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-grep.html">git-grep</a>.</div></li>
<li><div class="title">Garage Inventor</div><div class="info">Used a custom alias for a Git command</div></li>
<li><div class="title">Gardner</div><div class="info">Shows the commit ancestry graph with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show-branch.html">git-show-branch</a></div></li>
<li><div class="title">Hunter</div><div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html">git-bisect</a> to perform a binary search to find which change introduced a bug.</div></li>
<li><div class="title">Miller</div><div class="info">Add only part of a file to the stage X times with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a> -p.</div></li>
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>Master Historian (Level 7)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Apprentice Blacksmith (Level 2)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Presenter (Level 6)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
<item><title>Apprentice Archivist (Level 3)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
Expand All @@ -19,5 +20,4 @@
<item><title>Master Author (Level 7)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Butcher (Level 4)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Apprentice Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Seamstress (Level 5)</title><description>amended a commit with git commit --amend.</description></item>
</channel></rss>

0 comments on commit 1778486

Please sign in to comment.