Skip to content

Commit

Permalink
New achievement Apprentice Fisherman (Level 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Feb 14, 2011
1 parent 2610ec1 commit aac2bac
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
43 changes: 22 additions & 21 deletions index.html
Expand Up @@ -9,7 +9,7 @@
<body>

<h2>Gabe Berke-Williams's Git Achievements</h2>
Unlocked 31/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 415 points<br>
Unlocked 32/ 48 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 419 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 All @@ -36,6 +36,7 @@ <h2>Gabe Berke-Williams's Git Achievements</h2>
<li><div class="title">Apprentice Cleaning lady (Level 3)</div> <div class="info">Remove untracked files from the working tree with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-clean.html">git-clean</a></div></li>
<li><div class="title">Apprentice Collector (Level 1)</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 Collector (Level 3)</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 Fisherman (Level 3)</div> <div class="info">Look for specified patterns in the current repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-grep.html">git-grep</a>.</div></li>
<li><div class="title">Apprentice Gardner (Level 1)</div> <div class="info">Shows the commit ancestry graph with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show-branch.html">git-show-branch</a></div></li>
<li><div class="title">Apprentice Gardner (Level 2)</div> <div class="info">Shows the commit ancestry graph with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show-branch.html">git-show-branch</a></div></li>
<li><div class="title">Apprentice Gipsy (Level 1)</div> <div class="info">Create, list, delete a tag signed with GPG using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-tag.html">git-tag</a></div></li>
Expand Down Expand Up @@ -112,40 +113,40 @@ <h2>Gabe Berke-Williams's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
51991 rev-parse
26210 status
2069 st
1370 diff
1117 add
847 commit
336 push
278 clean
53133 rev-parse
26804 status
2151 st
1408 diff
1170 add
897 commit
338 push
284 clean
191 reset
169 co
166 gc
72 log
170 co
167 gc
75 log
66 checkout
47 clone
48 clone
44 show
42 ls-files
40 show
40 branch
38 rm
36 remote
34 stash
34 rm
33 pull
30 help
33 help
30 init
29 mv
27 svn
27 rebase
27 init
22 config
18 prune
15 achievements
14 reflog
13 achievements
12 symbolic-ref
12 fsck
10 unstage
10 --version
9 unstage
9 tag
9 format-patch
8 merge
Expand All @@ -156,10 +157,11 @@ <h2>Gabe Berke-Williams's Git Achievements</h2>
4 submodule
4 gui
3 lol
3 blame
3 archive
2 name-rev
2 grep
2 count
2 blame
2 Thu
2 --exec-path
1 whatchanged
Expand Down Expand Up @@ -194,7 +196,6 @@ <h2>Gabe Berke-Williams's Git Achievements</h2>
<li><div class="title">Cherry Picker</div><div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-cherry-pick.html">git-cherry-pick</a> to add a sha from another branch into the current branch.</div></li>
<li><div class="title">Delivery Boy</div><div class="info">Move objects and refs by archive with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-bundle.html">git-bundle</a>.</div></li>
<li><div class="title">Dentist</div><div class="info">Extracted patches using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a> -p.</div></li>
<li><div class="title">Fisherman</div><div class="info">Look for specified patterns in the current repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-grep.html">git-grep</a>.</div></li>
<li><div class="title">Inventor ($1)</div><div class="info">Used a command that isn't part of the built in 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>
<li><div class="title">Locksmith</div><div class="info">Add Signed-off-by line at the end of the commit log message using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a> -s.</div></li>
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Gabe Berke-Williams's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Fisherman (Level 3)</title><description>Look for specified patterns in the current repository with git grep.</description></item>
<item><title>Product Manager (Level 5)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Master Stone Mason (Level 10)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Apprentice Butcher (Level 3)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Architect (Level 5)</title><description>Created a new repository with git init.</description></item>
<item><title>Apprentice Blacksmith (Level 3)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Cleaning lady (Level 6)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Apprentice Seamstress (Level 3)</title><description>amended a commit with git commit --amend.</description></item>
</channel></rss>

0 comments on commit aac2bac

Please sign in to comment.