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
mgilliam committed Oct 19, 2011
1 parent b3dab71 commit e1689e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Matt Gilliam's Git Achievements <img src='http://www.gravatar.com/avatar/4de4de258fd6b913e2282d63e6e8b9a0'/></h2>
Unlocked 17/51 <a href="http://github.com/mgilliam/git-achievements">Git Achievements</a> for 131 points<br>
Unlocked 18/51 <a href="http://github.com/mgilliam/git-achievements">Git Achievements</a> for 132 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 Archivist (Level 1)</div> <div class="info">Prepare each commit with its patch in one file per commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">git-format-patch</a></div></li>
Expand Down Expand Up @@ -48,6 +48,7 @@ <h2>Matt Gilliam's Git Achievements <img src='http://www.gravatar.com/avatar/4de
<li><div class="title">Historian (Level 4)</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 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">Homeowner</div> <div class="info">Set global email address using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-config.html">git-config</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">Messenger (Level 4)</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>
<li><div class="title">Seamstress (Level 4)</div> <div class="info">amended a commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a> --amend.</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>
Expand All @@ -61,8 +62,8 @@ <h2>Matt Gilliam's Git Achievements <img src='http://www.gravatar.com/avatar/4de
40 rebase
37 log
27 checkout
23 commit
22 tag
22 commit
21 push
21 add
17 branch
Expand Down Expand Up @@ -112,7 +113,6 @@ <h2>Matt Gilliam's Git Achievements <img src='http://www.gravatar.com/avatar/4de
<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">Merchant</div><div class="info">Added an external repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">git-remote</a> add.</div></li>
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Matt Gilliam's Git Achievements</title>
<description></description>
<link></link>
<item><title>Let there be light</title><description>Commit without a parent.</description></item>
<item><title>Caretaker</title><description>Added a .gitignore file to a repository.</description></item>
<item><title>Apprentice Architect (Level 1)</title><description>Created a new repository with git init.</description></item>
<item><title>Homeowner</title><description>Set global email address using git config.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Messenger (Level 4)</title><description>Applied a patch using git am.</description></item>
<item><title>Historian (Level 4)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Apprentice Messenger (Level 3)</title><description>Applied a patch using git am.</description></item>
<item><title>Apprentice Archivist (Level 2)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
</channel></rss>

0 comments on commit e1689e7

Please sign in to comment.