Skip to content

Commit

Permalink
New achievement Master Product Manager (Level 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katy Richard committed Mar 1, 2012
1 parent af7d03b commit 4577889
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
46 changes: 24 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<h2>Katy Richard's Git Achievements</h2>
Unlocked 24/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 504 points<br>
Unlocked 24/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 513 points<br>
<ul>
<li><div class="title">Apprentice Architect (Level 2)</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 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>
Expand Down Expand Up @@ -84,6 +84,7 @@ <h2>Katy Richard's Git Achievements</h2>
<li><div class="title">Master Presenter (Level 8)</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">Master Presenter (Level 9)</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">Master Product Manager (Level 7)</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">Master Product Manager (Level 8)</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">Master Seamstress (Level 7)</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">Master Socialite (Level 10)</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">Master Socialite (Level 7)</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 Down Expand Up @@ -111,29 +112,29 @@ <h2>Katy Richard's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
26266 rev-parse
8602 symbolic-ref
8152 diff-index
7865 diff
4012 checkout
3396 pull
2080 commit
1462 push
884 branch
730 show
717 merge
700 add
634 status
28201 rev-parse
9223 symbolic-ref
8758 diff-index
8393 diff
4107 checkout
3471 pull
2127 commit
1493 push
909 branch
739 show
729 merge
710 add
640 status
390 log
246 stash
199 blame
160 reset
254 stash
201 blame
162 reset
56 tag
54 help
54 cherry-pick
53 help
49 tag
42 --git-dir=.git
39 rebase
22 fetch
43 --git-dir=.git
42 rebase
28 fetch
18 rm
11 remote
8 config
Expand All @@ -148,6 +149,7 @@ <h2>Katy Richard's Git Achievements</h2>
1 unstage
1 reflog
1 gc
1 Wed
1 Tue
1 --version
1 --help
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<title>Katy Richard's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Product Manager (Level 8)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Thug (Level 4)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Master Author (Level 11)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Butcher (Level 2)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Gipsy (Level 5)</title><description>Create, list, delete a tag signed with GPG using git tag</description></item>
<item><title>Seamstress (Level 6)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Homeowner</title><description>Set global email address using git config.</description></item>
<item><title>Apprentice Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item>
</channel></rss>

0 comments on commit 4577889

Please sign in to comment.