From 0c59b153128d9b3f15d993dcf987cb79eb495212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Sat, 31 Oct 2015 18:21:42 -0400 Subject: [PATCH 1/3] I changed my name --- Contributors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors b/Contributors index 0166c16..3400da6 100644 --- a/Contributors +++ b/Contributors @@ -1,2 +1,2 @@ Christian van der Leeden [http://github.com/next2you] -Renée De Voursney [https://github.com/reneedv] +Renée Hendricksen [https://github.com/reneedv] From 82a03dea1bfb81790912da5f7bb50fab658436e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Sat, 31 Oct 2015 18:22:07 -0400 Subject: [PATCH 2/3] add version file --- .ruby-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..8274681 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +ruby-2.2.3 From ee2b88c8527e8613a3377ca8b548973c9c3e8237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Sat, 31 Oct 2015 18:23:26 -0400 Subject: [PATCH 3/3] change the default to help --- bin/grb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/grb b/bin/grb index 2de6b74..cf472c2 100755 --- a/bin/grb +++ b/bin/grb @@ -17,7 +17,7 @@ abort('Version: ' + File.read(File.expand_path("../../VERSION",__FILE__))) if AR EXPLAIN = ARGV.delete('--explain') || ARGV.delete('-e') opt = { - :command => ARGV[0] || 'push', + :command => ARGV[0] || '--help', :branch => branch = (ARGV[1] || Grb.get_current_branch), :branch_ => ARGV[2] || branch, }