Navigation Menu

Skip to content

Commit

Permalink
New achievement Apprentice Socialite (Level 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Mar 22, 2010
1 parent ce12774 commit dd3860e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
16 changes: 9 additions & 7 deletions index.html
Expand Up @@ -35,10 +35,11 @@
<body>

<h2>Alexis Sukrieh's Git Achievements</h2>
Unlocked 3/47 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 11 points<br>
Unlocked 3/47 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 15 points<br>
<ul>
<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 Socialite (Level 3)</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">Inventor (config)</div> <div class="info">Used a command that isn't part of the built in Git command</div></li>
<li><div class="title">Inventor (diff)</div> <div class="info">Used a command that isn't part of the built in Git command</div></li>
<li><div class="title">Inventor (format-patch)</div> <div class="info">Used a command that isn't part of the built in Git command</div></li>
Expand All @@ -48,13 +49,14 @@ <h2>Alexis Sukrieh's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
6 pull
5 diff
4 push
4 ci
11 pull
8 push
8 diff
7 --git-dir=.git
7 ci
4 co
4 achievements
3 --git-dir=.git
3 co
3 ld
1 format-patch
1 config
</pre>
Expand Down
1 change: 1 addition & 0 deletions index.rss
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel>
<title>Alexis Sukrieh's Git Achievements</title>
<item><title>Apprentice Socialite (Level 3)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice Socialite (Level 2)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice Socialite (Level 1)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Inventor (push)</title><description>Used a command that isn't part of the built in Git command</description></item>
Expand Down

0 comments on commit dd3860e

Please sign in to comment.