From 466656f6360890d691c03ddde0abc7535f5d90e2 Mon Sep 17 00:00:00 2001 From: Kate Taylor Date: Sat, 28 Oct 2017 13:31:31 -0700 Subject: [PATCH 01/11] hi --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index 86ffeec..51bded7 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -4,6 +4,7 @@ public class HelloGit { public String getMessage() { // TODO Auto-generated method stub + //hello return "Hello Git!"; } From 13279715aea2bdabbf913d39a0c9c4eff8507e97 Mon Sep 17 00:00:00 2001 From: Kate Taylor Date: Sat, 28 Oct 2017 13:42:11 -0700 Subject: [PATCH 02/11] hello --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index 51bded7..20b41be 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -5,6 +5,7 @@ public class HelloGit { public String getMessage() { // TODO Auto-generated method stub //hello + //this is a comment return "Hello Git!"; } From ad538bc006364dcefc71c8e8060b6391685744c9 Mon Sep 17 00:00:00 2001 From: stare Date: Sat, 28 Oct 2017 13:49:07 -0700 Subject: [PATCH 03/11] I am so done with all these dinosaurs --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index 51bded7..20b41be 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -5,6 +5,7 @@ public class HelloGit { public String getMessage() { // TODO Auto-generated method stub //hello + //this is a comment return "Hello Git!"; } From 8a3416d8869bca5600654d0680ca3d0cecce97e0 Mon Sep 17 00:00:00 2001 From: Kate Taylor Date: Sat, 28 Oct 2017 13:54:23 -0700 Subject: [PATCH 04/11] h --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index 20b41be..acebc08 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -6,7 +6,7 @@ public String getMessage() { // TODO Auto-generated method stub //hello //this is a comment - return "Hello Git!"; + return "Hello Git! (it's different now)"; } } From 25dde6b74e8908d5187560714346ea8958a21656 Mon Sep 17 00:00:00 2001 From: stare Date: Sat, 28 Oct 2017 13:55:34 -0700 Subject: [PATCH 05/11] Stop telling me to adda commit message --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index 20b41be..f31c238 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -6,7 +6,8 @@ public String getMessage() { // TODO Auto-generated method stub //hello //this is a comment - return "Hello Git!"; + return "Hello Bit!"; + //Not okay } } From 75c7ed8d24c31170bbf3072a0863c1f750db4472 Mon Sep 17 00:00:00 2001 From: Kate Taylor Date: Sat, 28 Oct 2017 14:14:18 -0700 Subject: [PATCH 06/11] s --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index acebc08..6192e4d 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -6,7 +6,7 @@ public String getMessage() { // TODO Auto-generated method stub //hello //this is a comment - return "Hello Git! (it's different now)"; + return "Hello Git! (it's different now) s"; } } From 076cac0852703c3e4f09c592053f4096ea973dc1 Mon Sep 17 00:00:00 2001 From: stare Date: Sat, 28 Oct 2017 14:15:05 -0700 Subject: [PATCH 07/11] 15y 32hbtwqerw34t5g --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index f31c238..4be5748 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -6,8 +6,7 @@ public String getMessage() { // TODO Auto-generated method stub //hello //this is a comment - return "Hello Bit!"; - //Not okay + return "Hello Bit! (it's different now)"; } } From bcddba17bc3b6c75477c15e57a8c88c3d19075e6 Mon Sep 17 00:00:00 2001 From: stare Date: Sat, 28 Oct 2017 14:22:39 -0700 Subject: [PATCH 08/11] k n s --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index 4be5748..6d31872 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -6,7 +6,8 @@ public String getMessage() { // TODO Auto-generated method stub //hello //this is a comment - return "Hello Bit! (it's different now)"; + return "Hello Git! (it's different now) s"; + //This is such an efficient program now } } From 9e25cbc58de20d36c05cc6db9389260bf9cab19e Mon Sep 17 00:00:00 2001 From: Kate Taylor Date: Sat, 28 Oct 2017 15:10:45 -0700 Subject: [PATCH 09/11] q --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index 6d31872..ee0a625 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -6,7 +6,7 @@ public String getMessage() { // TODO Auto-generated method stub //hello //this is a comment - return "Hello Git! (it's different now) s"; + return "Hello Git!"; //This is such an efficient program now } From 7c096a7a265e42e5666e8cfc951dc2fd574f183d Mon Sep 17 00:00:00 2001 From: Kate Taylor Date: Sat, 28 Oct 2017 15:17:34 -0700 Subject: [PATCH 10/11] message ((((( --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index ee0a625..c03c2d6 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -6,7 +6,8 @@ public String getMessage() { // TODO Auto-generated method stub //hello //this is a comment - return "Hello Git!"; + String message = "Hello Git!"; + return message; //This is such an efficient program now } From e3e660a114eabb1cfe930122878a7275a0648692 Mon Sep 17 00:00:00 2001 From: Kate Taylor Date: Sat, 28 Oct 2017 15:22:13 -0700 Subject: [PATCH 11/11] ? --- HelloGit/src/com/brettle/hellogit/HelloGit.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index c03c2d6..b2246db 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -6,8 +6,9 @@ public String getMessage() { // TODO Auto-generated method stub //hello //this is a comment - String message = "Hello Git!"; - return message; + if(false) + return "Hello, Gov"; + return "Hello Git!"; //This is such an efficient program now }