From dd1ff217fbc2661718b69357c4fbc8ec64ee0903 Mon Sep 17 00:00:00 2001 From: AshwaniGlobal Date: Sun, 14 Nov 2021 03:44:16 +0000 Subject: [PATCH 1/6] my code --- testfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 testfile.txt diff --git a/testfile.txt b/testfile.txt new file mode 100644 index 0000000..f86e9a5 --- /dev/null +++ b/testfile.txt @@ -0,0 +1 @@ +Ashwani From 49809c841bacb199a5f05c99cc773c053e65c39f Mon Sep 17 00:00:00 2001 From: AshwaniGlobal Date: Sun, 14 Nov 2021 03:57:47 +0000 Subject: [PATCH 2/6] my name --- test2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test2.txt diff --git a/test2.txt b/test2.txt new file mode 100644 index 0000000..345e6ae --- /dev/null +++ b/test2.txt @@ -0,0 +1 @@ +Test From 4ef22081f3f50fec62dc597a6c2b6331937d2006 Mon Sep 17 00:00:00 2001 From: AshwaniGlobal Date: Sun, 14 Nov 2021 04:05:08 +0000 Subject: [PATCH 3/6] local branch update --- testing3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing3.txt diff --git a/testing3.txt b/testing3.txt new file mode 100644 index 0000000..fa49b07 --- /dev/null +++ b/testing3.txt @@ -0,0 +1 @@ +new file From 4ef22260abebc62add8006aac06663d05d10e45e Mon Sep 17 00:00:00 2001 From: AshwaniGlobal Date: Sun, 14 Nov 2021 04:21:13 +0000 Subject: [PATCH 4/6] New change --- test2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test2.txt b/test2.txt index 345e6ae..30c7cc0 100644 --- a/test2.txt +++ b/test2.txt @@ -1 +1,2 @@ Test +new line From 64c13a32a8c5f64fced39931fe262e9c2a8e54ca Mon Sep 17 00:00:00 2001 From: AshwaniGlobal Date: Sun, 14 Nov 2021 04:25:28 +0000 Subject: [PATCH 5/6] demo comit --- test2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test2.txt b/test2.txt index 345e6ae..1fbed61 100644 --- a/test2.txt +++ b/test2.txt @@ -1 +1,2 @@ -Test +new linein demo branch +new linein demo branch From 056e9c2b4b059bf903f2379359d6c2486a6b8882 Mon Sep 17 00:00:00 2001 From: AshwaniGlobal Date: Sun, 14 Nov 2021 05:26:41 +0000 Subject: [PATCH 6/6] my first class --- Demo.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Demo.java diff --git a/Demo.java b/Demo.java new file mode 100644 index 0000000..2901fab --- /dev/null +++ b/Demo.java @@ -0,0 +1,8 @@ +public class Demo +{ + +public static void main(String args[]) +{ +System.out.println("Hello Word"); +} +}