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");