From 2a635328e892bd676c249508533a89a0b770ac6b Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Mon, 14 May 2012 19:37:43 +0200 Subject: [PATCH] New achievement Apprentice Chimney Sweeper (Level 2) --- index.html | 46 +++++++++++++++++++++++++--------------------- index.rss | 2 +- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 1eac4ec2c3..1bae388398 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

Jean Regisser's Git Achievements

-Unlocked 29/50 Git Achievements for 388 points
+Unlocked 29/50 Git Achievements for 391 points
Git commands sorted by usage:
-  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
@@ -142,32 +143,35 @@ 

Jean Regisser's Git Achievements

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 diff --git a/index.rss b/index.rss index a09904bdaf..d2f949d651 100644 --- a/index.rss +++ b/index.rss @@ -2,6 +2,7 @@ Jean Regisser's Git Achievements +Apprentice Chimney Sweeper (Level 2)Used git gc to run a number of housekeeping tasks on the current repository. Apprentice Chimney Sweeper (Level 1)Used git gc to run a number of housekeeping tasks on the current repository. Apprentice Delivery Boy (Level 3)Move objects and refs by archive with git bundle. Apprentice Investigator (Level 3)Used git blame to annotate a file with information about how each line changed. @@ -21,5 +22,4 @@ Product Manager (Level 5)Stash the changes in a dirty working directory away with git stash. Apprentice Butcher (Level 2)Performed an interactive rebase using git rebase -i. Master Socialite (Level 8)pushed a branch to a remote repository using git push -Blacksmith (Level 4)Created a branch using git checkout -b.