From f3c86b56eb5c68377258d192b85b837caf7cf583 Mon Sep 17 00:00:00 2001 From: softwareresearchwork Date: Sat, 15 Dec 2012 23:25:36 +0530 Subject: [PATCH] branch1.js --- github-test/scripts/branch1.js | 1 + github-test/scripts/hello.js | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 github-test/scripts/branch1.js diff --git a/github-test/scripts/branch1.js b/github-test/scripts/branch1.js new file mode 100644 index 0000000..2c858ae --- /dev/null +++ b/github-test/scripts/branch1.js @@ -0,0 +1 @@ +var b1; \ No newline at end of file diff --git a/github-test/scripts/hello.js b/github-test/scripts/hello.js index 7ac8159..96cc3d3 100644 --- a/github-test/scripts/hello.js +++ b/github-test/scripts/hello.js @@ -1,3 +1,5 @@ console.log("hello world"); console.log("added online"); + +console.log("added in branch 1");