From 6d8ab43a428f05cff7943e7a00c8da2ec51453ed Mon Sep 17 00:00:00 2001 From: Justin Hopkins Date: Mon, 9 Jul 2012 13:16:46 -0500 Subject: [PATCH] New achievement Apprentice Blacksmith (Level 1) --- index.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.rss | 21 +++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 index.html create mode 100644 index.rss diff --git a/index.html b/index.html new file mode 100644 index 0000000000..d1d2b5d1dd --- /dev/null +++ b/index.html @@ -0,0 +1,69 @@ + + + + + +Justin Hopkins's Git Achievements + + + + + +

Justin Hopkins's Git Achievements

+Unlocked 11/ 0 Git Achievements for 34 points
+ +Git commands sorted by usage: +
+  16 achievements
+   9 status
+   9 diff
+   7 fetch
+   7 commit
+   7 checkout
+   6 branch
+   5 reset
+   5 push
+   4 whatchanged
+   4 instaweb
+   3 remote
+   3 config
+   2 pull
+   2 merge
+   2 gc
+   2 add
+   1 symbolic-ref
+   1 stash
+   1 mergetool
+   1 clone
+   1 clean
+   1 blame
+
+ +Show locked Achievements +
+There are 0 Achievements. Some achievements can be leveled up depending on the number of times it is used (Used 2 times = level 1, 4 = level 2, 8 = level 3, 16 = level 4, 32 = level 5, etc) +
+ diff --git a/index.rss b/index.rss new file mode 100644 index 0000000000..8b63416734 --- /dev/null +++ b/index.rss @@ -0,0 +1,21 @@ + +Justin Hopkins's Git Achievements + + +Apprentice Blacksmith (Level 1)Created a branch using git checkout -b. +Apprentice Socialite (Level 2)pushed a branch to a remote repository using git push +Apprentice Collector (Level 2)Fetches named heads or tags from another repository with git fetch +Apprentice Collector (Level 1)Fetches named heads or tags from another repository with git fetch +Apprentice Author (Level 2)Made 2^Level commits using git commit. +Apprentice Socialite (Level 1)pushed a branch to a remote repository using git push +Apprentice Banker (Level 1)Join two or more development histories together with git merge. +Apprentice Author (Level 1)Made 2^Level commits using git commit. +Apprentice Web Designer (Level 2)Instantly browse your working repository in gitweb with git instaweb +Apprentice Chimney Sweeper (Level 1)Used git gc to run a number of housekeeping tasks on the current repository. +Apprentice News Reader (Level 2)Show logs with difference each commit introduces with git whatchanged +Apprentice News Reader (Level 1)Show logs with difference each commit introduces with git whatchanged +Apprentice Web Designer (Level 1)Instantly browse your working repository in gitweb with git instaweb +HomeownerSet global email address using git config. +BaptisedSet global user name using git config. +StudentAccessed the documentation for a command with git [command] --help + -- 2.11.0