Skip to content

Commit

Permalink
New achievement Apprentice Chimney Sweeper (Level 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed May 14, 2012
1 parent 8b7d592 commit 2a63532
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
46 changes: 25 additions & 21 deletions index.html
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Jean Regisser's Git Achievements</h2>
Unlocked 29/50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 388 points<br>
Unlocked 29/50 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 391 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 @@ -29,6 +29,7 @@ <h2>Jean Regisser's Git Achievements</h2>
<li><div class="title">Apprentice Cathedral Worker (Level 2)</div> <div class="info">Cloned submodule repository and checked out commits specified by superproject.</div></li>
<li><div class="title">Apprentice Cathedral Worker (Level 3)</div> <div class="info">Cloned submodule repository and checked out commits specified by superproject.</div></li>
<li><div class="title">Apprentice Chimney Sweeper (Level 1)</div> <div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-gc.html">git-gc</a> to run a number of housekeeping tasks on the current repository.</div></li>
<li><div class="title">Apprentice Chimney Sweeper (Level 2)</div> <div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-gc.html">git-gc</a> to run a number of housekeeping tasks on the current repository.</div></li>
<li><div class="title">Apprentice Cleaning lady (Level 1)</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 Cleaning lady (Level 2)</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 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>
Expand Down Expand Up @@ -107,33 +108,33 @@ <h2>Jean Regisser's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
14370 status
11313 symbolic-ref
14494 status
11432 symbolic-ref
1052 diff
738 push
600 add
473 pull
454 commit
360 checkout
740 push
601 add
474 pull
455 commit
364 checkout
150 submodule
137 stash
120 rebase
121 rebase
110 --git-dir=.git
109 branch
106 mv
98 rm
92 log
77 up
75 help
71 log
66 clone
48 reset
48 fetch
40 show
77 help
67 clone
50 fetch
49 reset
42 show
40 Thu
39 clean
39 Tue
27 summary
25 remote
26 remote
23 rev-parse
23 achievements
22 merge
Expand All @@ -142,32 +143,35 @@ <h2>Jean Regisser's Git Achievements</h2>
18 Wed
17 revert
15 cherry-pick
12 find-blob
12 changelog
12 Mon
11 delete-branch
11 config
11 blame
10 undo
10 rev-list
10 mergetool
9 flow
8 rev-list
8 blame
7 count
7 bundle
7 --git-dir=/Users/jean/Le88/preplaysports-iphone-boxing/.git
6 bundle
6 Fri
5 svn
5 reflog
5 find-blob
4 gc
4 extras
4 --version
3 verify-pack
3 instaweb
3 init
3 ignore
2 gc
3 count-objects
2 create-branch
2 Sat
1 refactor
1 ls-files
1 filter-branch
1 contrib
1 archive
1 --git-dir=/Users/jean/Le88/preplaysports-api/.git
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Jean Regisser's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Chimney Sweeper (Level 2)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
<item><title>Apprentice Chimney Sweeper (Level 1)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
<item><title>Apprentice Delivery Boy (Level 3)</title><description>Move objects and refs by archive with git bundle.</description></item>
<item><title>Apprentice Investigator (Level 3)</title><description>Used git blame to annotate a file with information about how each line changed.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Product Manager (Level 5)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Butcher (Level 2)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Socialite (Level 8)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Blacksmith (Level 4)</title><description>Created a branch using git checkout -b.</description></item>
</channel></rss>

0 comments on commit 2a63532

Please sign in to comment.