New achievement Apprentice Product Manager (Level 1)
authorJustin Hopkins <hopkinsju@gmail.com>
Mon, 9 Jul 2012 18:16:55 +0000 (13:16 -0500)
committerJustin Hopkins <hopkinsju@gmail.com>
Mon, 9 Jul 2012 18:16:55 +0000 (13:16 -0500)
index.html
index.rss

index d1d2b5d..77e6744 100644 (file)
@@ -10,7 +10,7 @@
 <body>
 
 <h2>Justin Hopkins's Git Achievements <img src='http://www.gravatar.com/avatar/b9d76671f203622b4783f7626f17c1b4'/></h2>
-Unlocked       11/       0 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 34 points<br>
+Unlocked       12/       0 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 36 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>
@@ -21,6 +21,7 @@ Unlocked       11/       0 <a href="http://github.com/icefox/git-achievements">G
 <li><div class="title">Apprentice Collector (Level 2)</div>  <div class="info">Fetches named heads or tags from another repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">git-fetch</a></div></li>
 <li><div class="title">Apprentice News Reader (Level 1)</div>  <div class="info">Show logs with difference each commit introduces with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-whatchanged.html">git-whatchanged</a></div></li>
 <li><div class="title">Apprentice News Reader (Level 2)</div>  <div class="info">Show logs with difference each commit introduces with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-whatchanged.html">git-whatchanged</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 Web Designer (Level 1)</div>  <div class="info">Instantly browse your working repository in gitweb with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-instaweb.html">git-instaweb</a></div></li>
@@ -44,12 +45,12 @@ Git commands sorted by usage:
    4 instaweb
    3 remote
    3 config
+   2 stash
    2 pull
    2 merge
    2 gc
    2 add
    1 symbolic-ref
-   1 stash
    1 mergetool
    1 clone
    1 clean
index 8b63416..6cb4546 100644 (file)
--- a/index.rss
+++ b/index.rss
@@ -2,6 +2,7 @@
 <title>Justin Hopkins'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 Blacksmith (Level 1)</title><description>Created a branch using git checkout -b.</description></item>
 <item><title>Apprentice Socialite (Level 2)</title><description>pushed a branch to a remote repository using git push</description></item>
 <item><title>Apprentice Collector (Level 2)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>