Skip to content

Commit

Permalink
New achievement Master Presenter (Level 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed Dec 8, 2010
1 parent f062467 commit ca89db1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
45 changes: 23 additions & 22 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 342 points<br>
Unlocked 22/ 47 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 350 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 @@ -88,6 +88,7 @@ <h2>Matt Todd's Git Achievements</h2>
<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">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 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>
<li><div class="title">Master Socialite (Level 8)</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 All @@ -114,34 +115,34 @@ <h2>Matt Todd's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
43653 rev-parse
21457 symbolic-ref
3127 status
2079 help
1818 add
1673 ci
1318 --git-dir=.git
1024 push
517 diff
364 co
275 pull
150 rm
93 show
72 log
69 br
46763 rev-parse
22946 symbolic-ref
3572 status
2123 help
1940 add
1788 ci
1475 --git-dir=.git
1125 push
553 diff
434 co
287 pull
152 rm
101 show
82 log
76 cherry-pick
71 br
67 merge
62 stash
59 merge
51 cherry-pick
40 remote
40 mv
36 remote
36 reset
34 init
33 clone
34 clone
33 Mon
31 reset
27 blame
22 fetch
17 Thu
15 Wed
16 Wed
14 Tue
13 ptp
11 rebase
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 Presenter (Level 7)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
<item><title>Master Socialite (Level 10)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Cleaning lady (Level 4)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Master Goldsmith (Level 7)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
Expand All @@ -19,5 +20,4 @@
<item><title>Product Manager (Level 4)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Master Socialite (Level 8)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Historian (Level 6)</title><description>Investigate the commit log using git log.</description></item>
</channel></rss>

0 comments on commit ca89db1

Please sign in to comment.