Skip to content

Commit

Permalink
New achievement Apprentice Archivist (Level 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
arhuman committed Mar 26, 2012
1 parent d9f49c5 commit d315b12
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 @@ -10,11 +10,12 @@
<body>

<h2>Arnaud "Arhuman" Assad's Git Achievements</h2>
Unlocked 24/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 199 points<br>
Unlocked 24/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 202 points<br>
<ul>
<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>
<li><div class="title">Apprentice Architect (Level 3)</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>
<li><div class="title">Apprentice Archivist (Level 2)</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">Apprentice Author (Level 1)</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">Apprentice Author (Level 2)</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">Apprentice Author (Level 3)</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 @@ -73,18 +74,18 @@ <h2>Arnaud "Arhuman" Assad's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
358 status
184 commit
102 add
99 log
364 status
185 commit
105 add
100 log
68 push
67 diff
46 branch
42 checkout
68 diff
49 branch
43 checkout
42 achievements
41 mv
39 clone
34 help
35 help
28 rm
26 submodule
22 init
Expand All @@ -98,9 +99,9 @@ <h2>Arnaud "Arhuman" Assad's Git Achievements</h2>
5 rebase
4 show
4 grep
4 format-patch
3 reset
3 mergetool
3 format-patch
3 clean
2 stash
1 reflog
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Arnaud "Arhuman" Assad's Git Achievements</title>
<description></description>
<link></link>
<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>Apprentice Seamstress (Level 1)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Apprentice Cathedral Architect (Level 3)</title><description>Added a submodule to a repository.</description></item>
<item><title>Apprentice Gipsy (Level 2)</title><description>Create, list, delete a tag signed with GPG using git tag</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Blacksmith (Level 3)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Socialite (Level 5)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice Chimney Sweeper (Level 3)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
<item><title>Author (Level 6)</title><description>Made 2^Level commits using git commit.</description></item>
</channel></rss>

0 comments on commit d315b12

Please sign in to comment.