Skip to content

Commit

Permalink
New achievement Master Stone Mason (Level 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschmidt committed Aug 26, 2016
1 parent fe8ad81 commit d4de16a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<body>

<h2>Carl Schmidt's Git Achievements</h2>
Unlocked 17/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 196 points<br>
Unlocked 17/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 205 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 Architect (Level 3)</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 Down Expand Up @@ -53,6 +53,7 @@ <h2>Carl Schmidt's Git Achievements</h2>
<li><div class="title">Master Author (Level 8)</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">Master Carpenter (Level 1)</div> <div class="info">Custom <a href="http://www.kernel.org/pub/software/scm/git/docs/githooks.html">git-hooks</a> are installed which help catch issues before they are shared.</div></li>
<li><div class="title">Master Stone Mason (Level 7)</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">Master Stone Mason (Level 8)</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">Presenter (Level 4)</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">Socialite (Level 4)</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">Socialite (Level 5)</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 All @@ -65,28 +66,28 @@ <h2>Carl Schmidt's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
803 status
260 commit
243 diff
211 add
181 --git-dir=.git
153 pull
119 log
93 push
67 checkout
929 status
308 commit
294 diff
240 add
213 --git-dir=.git
159 pull
130 log
118 push
82 checkout
58 rev-parse
55 clone
40 show
24 reset
23 branch
21 init
57 clone
42 show
29 branch
25 reset
25 init
10 --git-dir=/Users/cschmidt/projects/lp-webapp/.git
9 remote
9 help
9 fetch
8 help
4 stash
4 rm
2 merge
6 stash
6 rm
3 merge
2 --git-dir=/Users/cschmidt/projects/lp-leads-viewer/.git
2 --git-dir=/Users/cschmidt/projects/data-warehouse/.git
1 tag
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Carl Schmidt's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Stone Mason (Level 8)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Apprentice Product Manager (Level 2)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Master Author (Level 8)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Merchant (Level 3)</title><description>Added an external repository with git remote add.</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 Collector (Level 2)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Apprentice Collector (Level 1)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Apprentice Presenter (Level 3)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
</channel></rss>

0 comments on commit d4de16a

Please sign in to comment.