Skip to content

Commit

Permalink
New achievement Master Architect (Level 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed Apr 3, 2011
1 parent fd9a631 commit fecf358
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
56 changes: 29 additions & 27 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 376 points<br>
Unlocked 22/ 47 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 384 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 @@ -86,6 +86,7 @@ <h2>Matt Todd's Git Achievements</h2>
<li><div class="title">Goldsmith (Level 6)</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">Historian (Level 6)</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">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 Architect (Level 7)</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">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>
Expand Down Expand Up @@ -118,50 +119,51 @@ <h2>Matt Todd's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
60521 rev-parse
29818 symbolic-ref
5408 status
2708 help
2479 add
2341 ci
1948 --git-dir=.git
1430 push
737 diff
606 co
383 pull
165 rm
110 show
107 merge
98 log
83 cherry-pick
79 br
64 remote
69502 rev-parse
34232 symbolic-ref
6424 status
2731 add
2719 help
2601 ci
2364 --git-dir=.git
1543 push
855 diff
700 co
421 pull
177 rm
135 merge
122 log
120 show
88 cherry-pick
84 br
68 remote
62 stash
51 mv
46 reset
40 init
39 clone
56 reset
54 mv
47 init
47 clone
35 Mon
30 blame
31 blame
27 fetch
22 Tue
20 Wed
19 ptp
18 Thu
17 Fri
12 clean
11 rebase
10 clean
10 Sun
10 Sat
9 --git-dir=/Users/mtodd/Projects/Highgroove/Demandbase/demandbase_api/.git
7 gc
4 ls-remote
5 ls-remote
2 whatchanged
2 st
2 format-patch
2 branch
2 --version
2 --git-dir=/Users/mtodd/Projects/Contributions/rails/.git
1 tag
1 st
1 revert
1 reflog
1 achievements
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 Architect (Level 7)</title><description>Created a new repository with git init.</description></item>
<item><title>Master Banker (Level 7)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Merchant (Level 5)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Master Stone Mason (Level 11)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
Expand All @@ -19,5 +20,4 @@
<item><title>Goldsmith (Level 6)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Apprentice Merchant (Level 3)</title><description>Added an external repository with git remote add.</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 Chimney Sweeper (Level 2)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
</channel></rss>

0 comments on commit fecf358

Please sign in to comment.