Skip to content

Commit

Permalink
New achievement Master Author (Level 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolg committed Jan 18, 2013
1 parent 85d2f33 commit 4ba07dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
37 changes: 20 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/avatar/468ad27bb628bcede874ed878ccbf490'/></h2>
Unlocked 22/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 370 points<br>
Unlocked 22/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 381 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 @@ -66,6 +66,7 @@ <h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/ava
<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>
<li><div class="title">Historian (Level 6)</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">Let there be light</div> <div class="info">Commit without a parent.</div></li>
<li><div class="title">Master Author (Level 10)</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">Master Author (Level 7)</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">Master Author (Level 8)</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">Master Author (Level 9)</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 @@ -95,34 +96,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">
39433 status
35072 symbolic-ref
961 add
852 commit
625 push
385 checkout
349 diff
325 pull
248 branch
219 log
145 merge
43618 status
38806 symbolic-ref
1081 add
974 commit
781 push
422 diff
413 checkout
353 pull
254 branch
231 log
150 merge
85 stash
68 remote
65 clone
56 rm
70 remote
69 clone
58 rm
51 четверг,
25 init
21 reflog
12 clean
14 clean
12 bisect
11 show
10 пятница,
10 tag
10 config
9 reset
8 среда,
8 shortlog
8 achievements
7 reset
4 mergetool
3 ls-files
3 fetch
Expand All @@ -136,7 +137,9 @@ <h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/ava
1 rebase
1 mv
1 hooks
1 help
1 difftool
1 --help
1 --bare
</pre>
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<title>Stanislav Chistenko's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Author (Level 10)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Master Stone Mason (Level 10)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Master Historian (Level 8)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Master Banker (Level 7)</title><description>Join two or more development histories together with git merge.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Product Manager (Level 5)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Banker (Level 5)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Master Stone Mason (Level 9)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Master Historian (Level 7)</title><description>Investigate the commit log using git log.</description></item>
</channel></rss>

0 comments on commit 4ba07dc

Please sign in to comment.