Skip to content

Commit

Permalink
New achievement Master Socialite (Level 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Aug 19, 2011
1 parent fd386b2 commit a7e0592
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
64 changes: 33 additions & 31 deletions index.html
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Dirkjan Bussink's Git Achievements</h2>
Unlocked 23/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 526 points<br>
Unlocked 23/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 537 points<br>
<ul>
<li><div class="title">Apprentice Archivist (Level 1)</div> <div class="info">Prepare each commit with its patch in one file per commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">git-format-patch</a></div></li>
<li><div class="title">Apprentice Archivist (Level 2)</div> <div class="info">Prepare each commit with its patch in one file per commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">git-format-patch</a></div></li>
Expand Down Expand Up @@ -81,6 +81,7 @@ <h2>Dirkjan Bussink's Git Achievements</h2>
<li><div class="title">Master Presenter (Level 7)</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">Master Presenter (Level 8)</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">Master Product Manager (Level 7)</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">Master Socialite (Level 10)</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">Master Socialite (Level 7)</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">Master Socialite (Level 8)</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">Master Socialite (Level 9)</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 @@ -111,61 +112,62 @@ <h2>Dirkjan Bussink's Git Achievements</h2>
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
304794 rev-parse
78750 symbolic-ref
74317 diff-index
70536 rev-list
38080 diff
4667 --git-dir=.git
4385 log
4134 config
2722 checkout
1760 commit
1673 pull
1660 st
1383 add
956 push
948 show
777 stash
321428 rev-parse
83033 symbolic-ref
78358 diff-index
74357 rev-list
39647 diff
4927 --git-dir=.git
4420 log
4160 config
2810 checkout
1843 commit
1735 pull
1725 st
1458 add
1022 push
1004 show
796 stash
524 svn
316 purr
177 merge
336 purr
182 merge
176 grep
168 cherry-pick
163 rebase
154 reset
97 clone
94 blame
172 cherry-pick
171 rebase
160 reset
102 clone
97 blame
93 --git-dir=/Users/dirkjan/Documents/projects/datamapper/do/.git
60 branch
58 --version
57 branch
42 rm
41 help
42 help
38 tag
30 am
21 describe
18 fetch
18 --git-dir=/Users/dirkjan/Documents/projects/encrypted/pep/.git
17 fetch
16 submodule
13 revert
13 remote
13 Wed
11 remote
10 Sat
11 Sat
9 status
9 Sun
8 Thu
8 Sun
5 format-patch
4 achievements
4 Tue
4 Mon
3 mv
3 init
3 Fri
2 ls-remote
2 gc
2 clean
2 Tue
2 --git-dir=/Users/dirkjan/Documents/projects/macvim/.git
2 --git-dir=/Users/dirkjan/Documents/projects/do/.git
2 --git-dir=/Users/dirkjan/Documents/projects/Nedap/pep/core/.git
1 reflog
1 ls-files
1 --help
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Dirkjan Bussink's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Socialite (Level 10)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice Merchant (Level 3)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Master Historian (Level 12)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Master Author (Level 11)</title><description>Made 2^Level commits using git commit.</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Master Author (Level 10)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Archivist (Level 2)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
<item><title>Master Historian (Level 10)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Master Banker (Level 7)</title><description>Join two or more development histories together with git merge.</description></item>
</channel></rss>

0 comments on commit a7e0592

Please sign in to comment.