From c04bd503dfa1a92bb1c4b6af66f74c38d91ec714 Mon Sep 17 00:00:00 2001 From: Mark Wotton Date: Fri, 20 May 2011 08:48:36 +1000 Subject: [PATCH] New achievement Master Stone Mason (Level 8) --- index.html | 25 +++++++++++++------------ index.rss | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 7d0df75339..d0d14a1c3a 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

Mark Wotton's Git Achievements

-Unlocked 18/ 48 Git Achievements for 237 points
+Unlocked 18/ 48 Git Achievements for 246 points
Git commands sorted by usage:
-18027 status
-17339 symbolic-ref
- 471 commit
- 307 diff
- 304 push
- 183 checkout
- 151 add
- 148 pull
+18543 status
+17839 symbolic-ref
+ 480 commit
+ 312 diff
+ 305 push
+ 185 checkout
+ 154 pull
+ 152 add
  112 remote
-  66 log
+  67 log
   61 branch
   60 clone
   41 merge
@@ -92,10 +93,10 @@ 

Mark Wotton's Git Achievements

19 config 16 stash 14 init - 8 blame + 9 blame + 8 clean 7 mv 7 bisect - 6 clean 4 achievements 3 reflog 2 submodule diff --git a/index.rss b/index.rss index ca985441e7..41143d077a 100644 --- a/index.rss +++ b/index.rss @@ -2,6 +2,7 @@ Mark Wotton's Git Achievements +Master Stone Mason (Level 8)Added files to the index area for inclusion in the next commit with git add Apprentice Investigator (Level 3)Used git blame to annotates a file with information about how each line changed. Product Manager (Level 4)Stash the changes in a dirty working directory away with git stash. Merchant (Level 4)Added an external repository with git remote add. @@ -21,5 +22,4 @@ Apprentice Seamstress (Level 3)amended a commit with git commit --amend. Master Stone Mason (Level 7)Added files to the index area for inclusion in the next commit with git add Master Author (Level 7)Made 2^Level commits using git commit. -Architect (Level 4)Created a new repository with git init.