Skip to content
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.

Commit

Permalink
New achievement Apprentice Stone Mason (Level 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Seligman committed Dec 19, 2014
1 parent 76263b3 commit 18f825f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<body>

<h2>Paul Seligman's Git Achievements</h2>
Unlocked 11/ 50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 46 points<br>
Unlocked 11/ 50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 50 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>
Expand All @@ -28,31 +28,32 @@ <h2>Paul Seligman's Git Achievements</h2>
<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">Apprentice Stone Mason (Level 2)</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">Apprentice Stone Mason (Level 3)</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">Garage Inventor</div> <div class="info">Used a custom alias for a Git command</div></li>
<li><div class="title">Librarian</div> <div class="info">Looked for change that introduce or remove a string with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a> -S</div></li>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
435 rev-parse
413 rev-list
437 rev-parse
415 rev-list
391 diff-index
248 diff
42 st
250 diff
43 st
23 pull
16 checkout
8 show
8 log
8 add
7 stash
7 add
6 visual
6 push
6 commit
5 clone
3 branch
2 merge
2 ls-files
2 clean
1 reset
1 ls-files
1 fetch
1 blame
</pre>
Expand Down
1 change: 1 addition & 0 deletions index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Paul Seligman's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Stone Mason (Level 3)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Apprentice Goldsmith (Level 1)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Apprentice Banker (Level 1)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Apprentice Cleaning lady (Level 1)</title><description>Remove untracked files from the working tree with git clean</description></item>
Expand Down

0 comments on commit 18f825f

Please sign in to comment.