Skip to content

Commit

Permalink
New achievement Apprentice Seamstress (Level 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwotton committed Jan 5, 2011
1 parent 416362f commit 45b145c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<body> <body>


<h2>Mark Wotton's Git Achievements</h2> <h2>Mark Wotton's Git Achievements</h2>
Unlocked 16/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 156 points<br> Unlocked 16/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 160 points<br>
<ul> <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 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 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 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>
Expand All @@ -30,6 +30,7 @@ <h2>Mark Wotton's Git Achievements</h2>
<li><div class="title">Apprentice Product Manager (Level 3)</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 Product Manager (Level 3)</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 Seamstress (Level 1)</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">Apprentice Seamstress (Level 1)</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">Apprentice Seamstress (Level 2)</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">Apprentice Seamstress (Level 2)</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">Apprentice Seamstress (Level 3)</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">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 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 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 Socialite (Level 3)</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 3)</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 @@ -57,23 +58,23 @@ <h2>Mark Wotton's Git Achievements</h2>
</ul> </ul>
Git commands sorted by usage: Git commands sorted by usage:
<pre style="text-align: left"> <pre style="text-align: left">
8591 status 9443 status
8295 symbolic-ref 9105 symbolic-ref
134 commit 167 commit
94 diff 111 push
89 add 108 diff
79 push 104 add
43 remote
41 log 41 log
36 remote 38 pull
33 pull 27 clone
25 clone 25 checkout
24 checkout
22 branch 22 branch
12 rm
12 init 12 init
10 reset 10 reset
9 stash 9 stash
7 bisect 7 bisect
5 rm
4 achievements 4 achievements
3 reflog 3 reflog
3 config 3 config
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Mark Wotton's Git Achievements</title> <title>Mark Wotton's Git Achievements</title>
<description></description> <description></description>
<link></link> <link></link>
<item><title>Apprentice Seamstress (Level 3)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Master Stone Mason (Level 7)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item> <item><title>Master Stone Mason (Level 7)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Master Author (Level 7)</title><description>Made 2^Level commits using git commit.</description></item> <item><title>Master Author (Level 7)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Architect (Level 4)</title><description>Created a new repository with git init.</description></item> <item><title>Architect (Level 4)</title><description>Created a new repository with git init.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item> <item><title>Apprentice Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Author (Level 6)</title><description>Made 2^Level commits using git commit.</description></item> <item><title>Author (Level 6)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Architect (Level 3)</title><description>Created a new repository with git init.</description></item> <item><title>Apprentice Architect (Level 3)</title><description>Created a new repository with git init.</description></item>
<item><title>Apprentice Architect (Level 2)</title><description>Created a new repository with git init.</description></item>
</channel></rss> </channel></rss>

0 comments on commit 45b145c

Please sign in to comment.