Skip to content

Commit

Permalink
New achievement Apprentice Socialite (Level 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Oct 29, 2014
1 parent 929126c commit 671353d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,30 @@
<body>

<h2>Michał Jaworski's Git Achievements <img src='http://www.gravatar.com/avatar/fb21708931f6d332350026d52ee02680'/></h2>
Unlocked 6/0 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 10 points<br>
Unlocked 6/0 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 16 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 Gipsy (Level 1)</div> <div class="info">Create, list, delete a tag signed with GPG using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-tag.html">git-tag</a></div></li>
<li><div class="title">Apprentice Socialite (Level 1)</div> <div class="info">pushed a branch to a remote repository using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li>
<li><div class="title">Apprentice Socialite (Level 2)</div> <div class="info">pushed a branch to a remote repository using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li>
<li><div class="title">Apprentice Stone Mason (Level 1)</div> <div class="info">Added files to the index area for inclusion in the next commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a></div></li>
<li><div class="title">Apprentice Stone Mason (Level 2)</div> <div class="info">Added files to the index area for inclusion in the next commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</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">Student</div> <div class="info">Accessed the documentation for a command with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-.html">git-</a>[command] --help</div></li>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
8 status
7 diff
9 status
8 diff
6 ls-files
5 achievements
4 push
4 checkout
4 add
3 commit
2 tag
2 rm
2 push
2 ls-files
2 help
2 commit
2 add
1 tag
1 pull
1 fetch
</pre>
Expand Down
2 changes: 2 additions & 0 deletions index.rss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<title>Michał Jaworski's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Socialite (Level 2)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice Stone Mason (Level 2)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Apprentice Gipsy (Level 1)</title><description>Create, list, delete a tag signed with GPG using git tag</description></item>
<item><title>Apprentice Author (Level 1)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Stone Mason (Level 1)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
Expand Down

0 comments on commit 671353d

Please sign in to comment.