Skip to content

Commit

Permalink
New achievement Butcher (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Oct 15, 2012
1 parent 8fbe787 commit 7b5471b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions index.html
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Jean Regisser's Git Achievements</h2>
Unlocked 33/50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 493 points<br>
Unlocked 33/50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 499 points<br>
<ul>
<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>
Expand Down Expand Up @@ -78,6 +78,7 @@ <h2>Jean Regisser's Git Achievements</h2>
<li><div class="title">Blacksmith (Level 4)</div> <div class="info">Created a branch using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html">git-checkout</a> -b.</div></li>
<li><div class="title">Blacksmith (Level 5)</div> <div class="info">Created a branch using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html">git-checkout</a> -b.</div></li>
<li><div class="title">Butcher (Level 4)</div> <div class="info">Performed an interactive rebase using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html">git-rebase</a> -i.</div></li>
<li><div class="title">Butcher (Level 5)</div> <div class="info">Performed an interactive rebase using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html">git-rebase</a> -i.</div></li>
<li><div class="title">Caretaker</div> <div class="info">Added a .gitignore file to a repository.</div></li>
<li><div class="title">Cathedral Architect (Level 4)</div> <div class="info">Added a submodule to a repository.</div></li>
<li><div class="title">Cathedral Worker (Level 4)</div> <div class="info">Cloned submodule repository and checked out commits specified by superproject.</div></li>
Expand Down Expand Up @@ -127,32 +128,32 @@ <h2>Jean Regisser's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
23753 status
19152 symbolic-ref
1249 push
1242 diff
23910 status
19294 symbolic-ref
1254 push
1245 diff
1044 pull
718 add
616 checkout
618 checkout
489 commit
228 stash
188 rebase
160 submodule
190 rebase
161 submodule
155 log
145 branch
110 mv
110 --git-dir=.git
107 help
107 clone
105 rm
104 clone
79 show
80 show
77 up
68 reset
65 fetch
53 tag
53 remote
53 clean
46 lg
47 lg
45 merge
42 summary
40 Thu
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Jean Regisser's Git Achievements</title>
<description></description>
<link></link>
<item><title>Butcher (Level 5)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Blacksmith (Level 5)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Archivist (Level 4)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
<item><title>Cleaning lady (Level 6)</title><description>Remove untracked files from the working tree with git clean</description></item>
Expand All @@ -21,5 +22,4 @@
<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>Apprentice Tree Trimmer (Level 2)</title><description>Rewrite branches with git filter-branch</description></item>
<item><title>Master Historian (Level 7)</title><description>Investigate the commit log using git log.</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 7b5471b

Please sign in to comment.