Skip to content

Commit

Permalink
New achievement Collector (Level 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
adymitruk committed Mar 14, 2012
1 parent 8a80d5f commit da9a5c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<body>

<h2>Adam Dymitruk's Git Achievements</h2>
Unlocked 23/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 183 points<br>
Unlocked 23/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 188 points<br>
<ul>
<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>
Expand Down Expand Up @@ -55,6 +55,7 @@ <h2>Adam Dymitruk's Git Achievements</h2>
<li><div class="title">Author (Level 4)</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 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">Collector (Level 4)</div> <div class="info">Fetches named heads or tags from another repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">git-fetch</a></div></li>
<li><div class="title">Dentist</div> <div class="info">Extracted patches using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a> -p.</div></li>
<li><div class="title">Historian (Level 4)</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">Historian (Level 5)</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>
Expand All @@ -70,21 +71,21 @@ <h2>Adam Dymitruk's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
2761 rev-parse
1308 symbolic-ref
201 status
150 diff
143 log
64 push
63 commit
40 add
2861 rev-parse
1358 symbolic-ref
216 status
151 diff
148 log
68 push
65 commit
42 add
32 reset
29 config
26 checkout
23 submodule
22 describe
18 --git-dir=.git
15 fetch
16 fetch
14 remote
14 ls-files
8 tag
Expand All @@ -96,15 +97,16 @@ <h2>Adam Dymitruk's Git Achievements</h2>
5 ls-tree
5 clean
4 show-ref
4 help
3 stash
3 reflog
3 merge
3 help
2 sttatus
2 rebase
1 version
1 stauts
1 statuts
1 stattus
1 shou
1 satatus
1 pull
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Adam Dymitruk's Git Achievements</title>
<description></description>
<link></link>
<item><title>Collector (Level 4)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Author (Level 6)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Product Manager (Level 1)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Merchant (Level 1)</title><description>Added an external repository with git remote add.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Cleaning lady (Level 2)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Apprentice Goldsmith (Level 2)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Dentist</title><description>Extracted patches using git log -p.</description></item>
<item><title>Historian (Level 6)</title><description>Investigate the commit log using git log.</description></item>
</channel></rss>

0 comments on commit da9a5c5

Please sign in to comment.