From ca89db1aa654fdbc2719c3f04f978787bd37c1f4 Mon Sep 17 00:00:00 2001 From: Matt Todd Date: Wed, 8 Dec 2010 12:40:01 -0500 Subject: [PATCH] New achievement Master Presenter (Level 7) --- index.html | 45 +++++++++++++++++++++++---------------------- index.rss | 2 +- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 9b8f056868..cd5171aa72 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@

Matt Todd's Git Achievements

-Unlocked 22/ 47 Git Achievements for 342 points
+Unlocked 22/ 47 Git Achievements for 350 points
Git commands sorted by usage:
-43653 rev-parse
-21457 symbolic-ref
-3127 status
-2079 help
-1818 add
-1673 ci
-1318 --git-dir=.git
-1024 push
- 517 diff
- 364 co
- 275 pull
- 150 rm
-  93 show
-  72 log
-  69 br
+46763 rev-parse
+22946 symbolic-ref
+3572 status
+2123 help
+1940 add
+1788 ci
+1475 --git-dir=.git
+1125 push
+ 553 diff
+ 434 co
+ 287 pull
+ 152 rm
+ 101 show
+  82 log
+  76 cherry-pick
+  71 br
+  67 merge
   62 stash
-  59 merge
-  51 cherry-pick
+  40 remote
   40 mv
-  36 remote
+  36 reset
   34 init
-  33 clone
+  34 clone
   33 Mon
-  31 reset
   27 blame
   22 fetch
   17 Thu
-  15 Wed
+  16 Wed
   14 Tue
   13 ptp
   11 rebase
diff --git a/index.rss b/index.rss
index 8d84aba0d1..c64ee2628d 100644
--- a/index.rss
+++ b/index.rss
@@ -1,5 +1,6 @@
 
 Matt Todd's Git Achievements
+Master Presenter (Level 7)Shows one or more objects (blobs, trees, tags and commits) with git show
 Master Socialite (Level 10)pushed a branch to a remote repository using git push
 Cleaning lady (Level 4)Remove untracked files from the working tree with git clean
 Master Goldsmith (Level 7)Reviewed patches before committing with git diff --cached.
@@ -19,5 +20,4 @@
 Product Manager (Level 4)Stash the changes in a dirty working directory away with git stash.
 Apprentice Merchant (Level 2)Added an external repository with git remote add.
 Master Socialite (Level 8)pushed a branch to a remote repository using git push
-Historian (Level 6)Investigate the commit log using git log.