Skip to content

Commit

Permalink
New achievement Architect (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Dec 4, 2010
1 parent 52ecb83 commit f3805fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<body>

<h2>Benjamin C Meyer's Git Achievements</h2>
Unlocked 38/ 50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 655 points<br>
Unlocked 38/ 50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 661 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 @@ -75,6 +75,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
<li><div class="title">Apprentice Thug (Level 2)</div> <div class="info">Forced pushed a branch with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a> -f</div></li>
<li><div class="title">Apprentice Thug (Level 3)</div> <div class="info">Forced pushed a branch with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a> -f</div></li>
<li><div class="title">Architect (Level 4)</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">Architect (Level 5)</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">Archivist (Level 4)</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>
<li><div class="title">Author (Level 5)</div> <div class="info">Made 2^Level commits using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a>.</div></li>
<li><div class="title">Author (Level 6)</div> <div class="info">Made 2^Level commits using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a>.</div></li>
Expand Down Expand Up @@ -151,12 +152,12 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
1862 status
1237 add
1109 diff
1903 status
1264 add
1144 diff
948 show
641 log
622 commit
643 log
638 commit
475 rebase
453 --git-dir=.git
284 push
Expand All @@ -171,14 +172,14 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
48 blame
39 rm
36 clone
28 achievements
32 init
29 achievements
27 --git-dir=/home/ben/git/cells/.git
26 gc
24 config
24 --git-dir=/home/ben/git/webkit/.git
18 tag
18 send-email
18 init
17 rev-parse
17 format-patch
15 am
Expand All @@ -199,9 +200,9 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
6 merge
6 ls-files
6 bisect
6 --version
6 --git-dir=
5 cat-file
5 --version
4 update-ref
4 mv
4 hash-object
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Benjamin C Meyer's Git Achievements</title>
<description></description>
<link></link>
<item><title>Architect (Level 5)</title><description>Created a new repository with git init.</description></item>
<item><title>Apprentice Plumber (Level 2)</title><description>Use the internal plumbing commands of git.</description></item>
<item><title>Apprentice Plumber (Level 1)</title><description>Use the internal plumbing commands of git.</description></item>
<item><title>Apprentice Gardner (Level 1)</title><description>Shows the commit ancestry graph with git show-branch</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Master Goldsmith (Level 9)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Master Butcher (Level 7)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Seamstress (Level 7)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Apprentice Fisherman (Level 2)</title><description>Look for specified patterns in the current repository with git grep.</description></item>
</channel></rss>

0 comments on commit f3805fe

Please sign in to comment.