Skip to content

Commit

Permalink
New achievement Master Socialite (Level 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed Nov 30, 2010
1 parent 719e01c commit f062467
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 331 points<br>
Unlocked 22/ 47 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 342 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 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>
<li><div class="title">Master Socialite (Level 9)</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 @@ -113,23 +114,24 @@ <h2>Matt Todd's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
41899 rev-parse
20580 symbolic-ref
2860 status
2063 help
1743 add
1605 ci
1244 --git-dir=.git
970 push
489 diff
324 co
270 pull
149 rm
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
68 br
65 log
61 stash
72 log
69 br
62 stash
59 merge
51 cherry-pick
40 mv
36 remote
34 init
Expand All @@ -139,7 +141,6 @@ <h2>Matt Todd's Git Achievements</h2>
27 blame
22 fetch
17 Thu
15 cherry-pick
15 Wed
14 Tue
13 ptp
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 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>
<item><title>Apprentice Archivist (Level 1)</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>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>
<item><title>Investigator (Level 4)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
</channel></rss>

0 comments on commit f062467

Please sign in to comment.