Skip to content

Commit

Permalink
New achievement Apprentice Banker (Level 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
johughes committed Nov 28, 2011
1 parent 648c31b commit 76bd67d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@
<body>

<h2>John Hughes's Git Achievements <img src='http://www.gravatar.com/avatar/0c7f21cdbbd9781b733eb29ae194fbba'/></h2>
Unlocked 2/51 <a href="http://github.com/johughes/git-achievements">Git Achievements</a> for 3 points<br>
Unlocked 3/51 <a href="http://github.com/johughes/git-achievements">Git Achievements</a> for 5 points<br>
<ul>
<li><div class="title">Apprentice Banker (Level 1)</div> <div class="info">Join two or more development histories together with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-merge.html">git-merge</a>.</div></li>
<li><div class="title">Apprentice Merchant (Level 1)</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>
<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">
17 remote
4 status
5 status
4 help
4 config
3 clone
2 merge
1 push
1 pull
1 checkout
Expand All @@ -40,7 +42,6 @@ <h2>John Hughes's Git Achievements <img src='http://www.gravatar.com/avatar/0c7f
<li><div class="title">Architect</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">Archivist</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>
<li><div class="title">Author</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">Banker</div><div class="info">Join two or more development histories together with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-merge.html">git-merge</a>.</div></li>
<li><div class="title">Baptised</div><div class="info">Set global user name using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-config.html">git-config</a>.</div></li>
<li><div class="title">Beach Lion</div><div class="info">Restricted login shell for GIT-only SSH access with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-shell.html">git-shell</a></div></li>
<li><div class="title">Blacksmith</div><div class="info">Created a branch using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html">git-checkout</a> -b.</div></li>
Expand Down
1 change: 1 addition & 0 deletions index.rss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<title>John Hughes's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Banker (Level 1)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Apprentice Merchant (Level 1)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Student</title><description>Accessed the documentation for a command with git [command] --help</description></item>
</channel></rss>

0 comments on commit 76bd67d

Please sign in to comment.