Skip to content

Commit

Permalink
New achievement Apprentice Presenter (Level 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolg committed Jun 7, 2012
1 parent 1ff61db commit 5cf56a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions index.html
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/avatar/468ad27bb628bcede874ed878ccbf490'/></h2>
Unlocked 17/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 200 points<br>
Unlocked 17/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 204 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 All @@ -32,6 +32,7 @@ <h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/ava
<li><div class="title">Apprentice Merchant (Level 1)</div> <div class="info">Added an external repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">git-remote</a> add.</div></li>
<li><div class="title">Apprentice Merchant (Level 2)</div> <div class="info">Added an external repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">git-remote</a> add.</div></li>
<li><div class="title">Apprentice Presenter (Level 2)</div> <div class="info">Shows one or more objects (blobs, trees, tags and commits) with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show.html">git-show</a></div></li>
<li><div class="title">Apprentice Presenter (Level 3)</div> <div class="info">Shows one or more objects (blobs, trees, tags and commits) with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show.html">git-show</a></div></li>
<li><div class="title">Apprentice Product Manager (Level 1)</div> <div class="info">Stash the changes in a dirty working directory away with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html">git-stash</a>.</div></li>
<li><div class="title">Apprentice Product Manager (Level 2)</div> <div class="info">Stash the changes in a dirty working directory away with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html">git-stash</a>.</div></li>
<li><div class="title">Apprentice Product Manager (Level 3)</div> <div class="info">Stash the changes in a dirty working directory away with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html">git-stash</a>.</div></li>
Expand Down Expand Up @@ -65,34 +66,34 @@ <h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/ava
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
8507 status
7375 symbolic-ref
8543 status
7411 symbolic-ref
283 add
239 commit
135 push
124 pull
71 log
43 checkout
40 diff
36 branch
37 branch
26 rm
21 stash
21 remote
13 reflog
12 merge
12 bisect
11 clone
10 tag
8 achievements
6 show
6 clean
4 shortlog
4 init
3 show
3 ls-files
3 fetch
3 config
2 reset
1 submodule
1 reflog
1 mv
1 --version
1 --bare
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Stanislav Chistenko's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Presenter (Level 3)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
<item><title>Weaver</title><description>Investigate old branches by using git reflog</description></item>
<item><title>Apprentice Collector (Level 1)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Apprentice Presenter (Level 2)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Product Manager (Level 3)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Product Manager (Level 2)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Let there be light</title><description>Commit without a parent.</description></item>
<item><title>Apprentice Merchant (Level 1)</title><description>Added an external repository with git remote add.</description></item>
</channel></rss>

0 comments on commit 5cf56a7

Please sign in to comment.