Skip to content

Commit

Permalink
New achievement Apprentice Thug (Level 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Apr 1, 2010
1 parent 4d64c97 commit cd8eab1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions index.html
Expand Up @@ -35,7 +35,7 @@
<body>

<h2>Benjamin C Meyer's Git Achievements</h2>
Unlocked 33/48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 409 points<br>
Unlocked 33/48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 412 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 @@ -88,6 +88,7 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
<li><div class="title">Apprentice Stone Mason (Level 1)</div> <div class="info">Added files to the index area for inclusion in the next commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a></div></li>
<li><div class="title">Apprentice Stone Mason (Level 3)</div> <div class="info">Added files to the index area for inclusion in the next commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a></div></li>
<li><div class="title">Apprentice Thug (Level 1)</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 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">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>
<li><div class="title">Baptised</div> <div class="info">Set global user name using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-config.html">git-config</a>.</div></li>
Expand Down Expand Up @@ -136,22 +137,22 @@ <h2>Benjamin C Meyer's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
571 status
345 add
585 status
351 add
323 log
288 diff
257 commit
243 show
291 diff
258 commit
248 show
199 --git-dir=.git
162 cherry-pick
116 rebase
115 hooks
112 rebase
88 checkout
87 push
91 checkout
88 push
76 rev-list
44 branch
39 remote
26 fetch
27 fetch
21 achievements
20 reset
17 rev-parse
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>Benjamin C Meyer's Git Achievements</title>
<item><title>Apprentice Thug (Level 2)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Master Presenter (Level 8)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
<item><title>Apprentice Thug (Level 1)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Goldsmith (Level 6)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
Expand All @@ -19,5 +20,4 @@
<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 Archivist (Level 3)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
<item><title>Apprentice Archivist (Level 2)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
<item><title>Butcher (Level 5)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
</channel></rss>

0 comments on commit cd8eab1

Please sign in to comment.