Skip to content

Commit

Permalink
New achievement Let there be light
Browse files Browse the repository at this point in the history
  • Loading branch information
johughes committed Mar 19, 2012
1 parent e12e373 commit d687f82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 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 78 points<br>
Unlocked 12/51 <a href="http://github.com/johughes/git-achievements">Git Achievements</a> for 79 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 @@ -30,6 +30,7 @@ <h2>John Hughes's Git Achievements <img src='http://www.gravatar.com/avatar/0c7f
<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">Apprentice Stone Mason (Level 3)</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">Caretaker</div> <div class="info">Added a .gitignore file to a repository.</div></li>
<li><div class="title">Let there be light</div> <div class="info">Commit without a parent.</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>
Expand All @@ -39,29 +40,30 @@ <h2>John Hughes's Git Achievements <img src='http://www.gravatar.com/avatar/0c7f
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
141 status
46 add
39 remote
142 status
48 add
40 remote
32 push
23 mv
21 help
21 checkout
20 help
19 stash
19 pull
18 gui
18 diff
17 gui
10 rm
10 branch
7 reset
7 commit
7 clone
6 merge
6 commit
4 log
4 config
3 read-tree
3 --help
3 clean
1 submodule
1 init
1 achievements
</pre>
<script type="text/javascript">
Expand Down Expand Up @@ -96,7 +98,6 @@ <h2>John Hughes's Git Achievements <img src='http://www.gravatar.com/avatar/0c7f
<li><div class="title">Hunter</div><div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html">git-bisect</a> to perform a binary search to find which change introduced a bug.</div></li>
<li><div class="title">Inventor ($1)</div><div class="info">Used a command that isn't part of the built in Git command</div></li>
<li><div class="title">Investigator</div><div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-blame.html">git-blame</a> to annotate a file with information about how each line changed.</div></li>
<li><div class="title">Let there be light</div><div class="info">Commit without a parent.</div></li>
<li><div class="title">Librarian</div><div class="info">Looked for change that introduce or remove a string with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a> -S</div></li>
<li><div class="title">Locksmith</div><div class="info">Add Signed-off-by line at the end of the commit log message using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a> -s.</div></li>
<li><div class="title">Messenger</div><div class="info">Applied a patch using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-am.html">git-am</a>.</div></li>
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>Let there be light</title><description>Commit without a parent.</description></item>
<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>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Socialite (Level 1)</title><description>pushed a branch to a remote repository using git push</description></item>
<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>
</channel></rss>

0 comments on commit d687f82

Please sign in to comment.