From 6bbdc289f5e37562eae326d4edf81167a04e441e Mon Sep 17 00:00:00 2001 From: Brian Jorgenson Date: Mon, 17 Oct 2016 10:25:15 -0700 Subject: [PATCH 1/3] nothing changed --- HelloWorld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.js b/HelloWorld.js index 0495801..cbc5b9b 100644 --- a/HelloWorld.js +++ b/HelloWorld.js @@ -1,3 +1,3 @@ console.log("Hello World!!!!!") console.log("Using Git") -console.log("Hello World!, ~Brian") \ No newline at end of file +console.log("Hello World!, ~Brian") From 2a83b2973e547815b4ae7c30b157960270454058 Mon Sep 17 00:00:00 2001 From: Brian Jorgenson Date: Mon, 17 Oct 2016 10:26:26 -0700 Subject: [PATCH 2/3] new line --- .idea/vcs.xml | 6 ++++++ HelloWorld.js | 1 + 2 files changed, 7 insertions(+) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/HelloWorld.js b/HelloWorld.js index cbc5b9b..e068bbf 100644 --- a/HelloWorld.js +++ b/HelloWorld.js @@ -1,3 +1,4 @@ console.log("Hello World!!!!!") console.log("Using Git") console.log("Hello World!, ~Brian") +console.log("test") \ No newline at end of file From 4ee84b2e3976598fbdb7300cead19468129a47b5 Mon Sep 17 00:00:00 2001 From: Brian Jorgenson Date: Mon, 17 Oct 2016 10:47:07 -0700 Subject: [PATCH 3/3] testing update --- HelloWorld.js | 5 ++++- HelloWorld.js~ | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HelloWorld.js b/HelloWorld.js index e068bbf..2d894d3 100644 --- a/HelloWorld.js +++ b/HelloWorld.js @@ -1,4 +1,7 @@ console.log("Hello World!!!!!") console.log("Using Git") console.log("Hello World!, ~Brian") -console.log("test") \ No newline at end of file +console.log("test") +console.log("Hello Git from Edgard") +console.log("Testing multiple user pull request") +console.log("Testing change notifications!") diff --git a/HelloWorld.js~ b/HelloWorld.js~ index 94e8fee..238657b 100644 --- a/HelloWorld.js~ +++ b/HelloWorld.js~ @@ -1 +1,5 @@ -console.log("Hello World!!!!!") \ No newline at end of file +console.log("Hello World!!!!!") +console.log("Using Git") +console.log("Hello World!, ~Brian") +console.log("Hello Git from Edgard") +consoloe.log("Testing multiple user pull request"); \ No newline at end of file