Skip to content

Commit

Permalink
New achievement Master Historian (Level 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed Apr 11, 2011
1 parent 7f756cd commit 5909b55
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
35 changes: 18 additions & 17 deletions index.html
Expand Up @@ -35,7 +35,7 @@
<body>

<h2>Matt Todd's Git Achievements</h2>
Unlocked 22/ 47 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 397 points<br>
Unlocked 22/ 47 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 406 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 Archivist (Level 1)</div> <div class="info">Prepare each commit with its patch in one file per commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">git-format-patch</a></div></li>
Expand Down Expand Up @@ -91,6 +91,7 @@ <h2>Matt Todd's Git Achievements</h2>
<li><div class="title">Master Banker (Level 7)</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">Master Carpenter (Level 10)</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 Goldsmith (Level 7)</div> <div class="info">Reviewed patches before committing with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">git-diff</a> --cached.</div></li>
<li><div class="title">Master Historian (Level 8)</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 Presenter (Level 7)</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">Master Socialite (Level 10)</div> <div class="info">pushed a branch to a remote repository using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li>
<li><div class="title">Master Socialite (Level 7)</div> <div class="info">pushed a branch to a remote repository using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li>
Expand Down Expand Up @@ -121,29 +122,29 @@ <h2>Matt Todd's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
70645 rev-parse
34786 symbolic-ref
6532 status
2756 add
71455 rev-parse
35179 symbolic-ref
6637 status
2781 add
2719 help
2618 ci
2388 --git-dir=.git
1555 push
862 diff
707 co
425 pull
2643 ci
2406 --git-dir=.git
1568 push
872 diff
722 co
426 pull
177 rm
138 merge
124 log
139 merge
128 log
121 show
88 cherry-pick
84 br
69 remote
71 remote
63 stash
56 reset
57 reset
55 mv
49 clone
47 init
50 clone
48 init
35 Mon
32 blame
27 fetch
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>Matt Todd's Git Achievements</title>
<item><title>Master Historian (Level 8)</title><description>Investigate the commit log using git log.</description></item>
<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>Product Manager (Level 6)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Master Architect (Level 7)</title><description>Created a new repository with git init.</description></item>
Expand All @@ -19,5 +20,4 @@
<item><title>Product Manager (Level 5)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Master Socialite (Level 9)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice News Reader (Level 1)</title><description>Show logs with difference each commit introduces with git whatchanged</description></item>
<item><title>Goldsmith (Level 6)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
</channel></rss>

0 comments on commit 5909b55

Please sign in to comment.