Skip to content

Commit

Permalink
New achievement Socialite (Level 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
johughes committed Mar 15, 2012
1 parent ad0eaf1 commit e12e373
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
35 changes: 18 additions & 17 deletions index.html
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>John Hughes's Git Achievements <img src='http://www.gravatar.com/avatar/0c7f21cdbbd9781b733eb29ae194fbba'/></h2>
Unlocked 11/51 <a href="http://github.com/johughes/git-achievements">Git Achievements</a> for 72 points<br>
Unlocked 11/51 <a href="http://github.com/johughes/git-achievements">Git Achievements</a> for 78 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 All @@ -32,35 +32,36 @@ <h2>John Hughes's Git Achievements <img src='http://www.gravatar.com/avatar/0c7f
<li><div class="title">Caretaker</div> <div class="info">Added a .gitignore file to a repository.</div></li>
<li><div class="title">Product Manager (Level 4)</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">Socialite (Level 4)</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">Socialite (Level 5)</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">Stone Mason (Level 4)</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">Stone Mason (Level 5)</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">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">
105 status
36 add
34 remote
21 push
141 status
46 add
39 remote
32 push
23 mv
21 checkout
20 help
19 stash
14 mv
14 help
14 checkout
12 pull
19 pull
18 diff
17 gui
10 rm
6 reset
6 diff
10 branch
7 reset
7 clone
6 merge
6 commit
6 clone
6 branch
5 merge
4 log
4 config
3 read-tree
3 log
3 --help
3 clean
2 gui
1 submodule
1 --help
1 achievements
</pre>
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>John Hughes's Git Achievements</title>
<description></description>
<link></link>
<item><title>Socialite (Level 5)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice Historian (Level 2)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Socialite (Level 4)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Stone Mason (Level 5)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Apprentice Author (Level 2)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Banker (Level 2)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Apprentice Author (Level 1)</title><description>Made 2^Level commits using git commit.</description></item>
</channel></rss>

0 comments on commit e12e373

Please sign in to comment.