Skip to content

Commit

Permalink
New achievement Apprentice Product Manager (Level 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyHat committed Apr 19, 2011
1 parent d821746 commit 970bc2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Expand Up @@ -10,25 +10,27 @@
<body>

<h2>Matt Wheeler's Git Achievements</h2>
Unlocked 4/50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 13 points<br>
Unlocked 5/50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 15 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>
<li><div class="title">Apprentice Product Manager (Level 1)</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">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 Stone Mason (Level 1)</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">Let there be light</div> <div class="info">Commit without a parent.</div></li>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
14 diff
18 diff
7 config
6 branch
5 commit
5 add
4 push
4 branch
3 rm
2 stash
2 help
2 config
2 clone
2 checkout
1 --version
Expand Down Expand Up @@ -83,7 +85,6 @@ <h2>Matt Wheeler's Git Achievements</h2>
<li><div class="title">Plumber</div><div class="info">Use the internal plumbing commands of git.</div></li>
<li><div class="title">Postman</div><div class="info">Send a collection of patches from stdin to an IMAP folder with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-imap-send.html">git-imap-send</a></div></li>
<li><div class="title">Presenter</div><div class="info">Shows one or more objects (blobs, trees, tags and commits) with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show.html">git-show</a></div></li>
<li><div class="title">Product Manager</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">Seamstress</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">Stamp Collector</div><div class="info">Investigate old branches by using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-reflog.html">git-reflog</a> --date=relative</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>
Expand Down
1 change: 1 addition & 0 deletions index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Matt Wheeler's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Product Manager (Level 1)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Socialite (Level 2)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Let there be light</title><description>Commit without a parent.</description></item>
<item><title>Apprentice Author (Level 2)</title><description>Made 2^Level commits using git commit.</description></item>
Expand Down

0 comments on commit 970bc2a

Please sign in to comment.