From c5b54048898193fbd017b5350d8c34e7d7c1de66 Mon Sep 17 00:00:00 2001 From: jettmarcella Date: Tue, 7 Jan 2020 15:45:59 +0800 Subject: [PATCH 1/2] add index.js --- index.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..143d122 --- /dev/null +++ b/index.js @@ -0,0 +1,5 @@ +this is sample + +anotha one + +var x = 2; \ No newline at end of file From c0359181a878d0954f38248a7e1278ea4990aa50 Mon Sep 17 00:00:00 2001 From: jettmarcella Date: Wed, 8 Jan 2020 10:47:55 +0800 Subject: [PATCH 2/2] a way better commit message --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 143d122..c171552 100644 --- a/index.js +++ b/index.js @@ -2,4 +2,6 @@ this is sample anotha one -var x = 2; \ No newline at end of file +var x = 2; + +aw \ No newline at end of file