From 609e5465e33444fd6c1be405051e7ef467adedd0 Mon Sep 17 00:00:00 2001 From: Selma-Atabas Date: Wed, 14 Oct 2020 00:49:13 +0200 Subject: [PATCH 1/4] some changes --- JDBC_Project_B18.iml | 24 --------------------- src/test/java/add_file_here/Selmastyle.java | 8 +++++++ 2 files changed, 8 insertions(+), 24 deletions(-) delete mode 100644 JDBC_Project_B18.iml create mode 100644 src/test/java/add_file_here/Selmastyle.java diff --git a/JDBC_Project_B18.iml b/JDBC_Project_B18.iml deleted file mode 100644 index bbfe2208..00000000 --- a/JDBC_Project_B18.iml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/test/java/add_file_here/Selmastyle.java b/src/test/java/add_file_here/Selmastyle.java new file mode 100644 index 00000000..b6394bc3 --- /dev/null +++ b/src/test/java/add_file_here/Selmastyle.java @@ -0,0 +1,8 @@ +package add_file_here; + +public class Selmastyle { + + public static void main(String[] args) { + System.out.println("I cloned my project and I added some changes and now I will push it "); + } +} From 4177207c5faa55e7bbd8c66a3d1ef2ee56dca64b Mon Sep 17 00:00:00 2001 From: Selma-Atabas Date: Thu, 15 Oct 2020 12:30:21 +0200 Subject: [PATCH 2/4] Added some awesome line to describe new branch --- src/test/java/add_file_here/EU3Practice.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test/java/add_file_here/EU3Practice.java b/src/test/java/add_file_here/EU3Practice.java index 47cdf51c..12a007ba 100644 --- a/src/test/java/add_file_here/EU3Practice.java +++ b/src/test/java/add_file_here/EU3Practice.java @@ -7,5 +7,10 @@ public static void main(String[] args) { //branch work without affecting master //adding more changes but again same line + + //we have added one new branch called userstory123 + //to work on user story 123 without affecting master + + } } From d6d816e67716dd84ca2384b4305fed3f084b49df Mon Sep 17 00:00:00 2001 From: Selma-Atabas Date: Thu, 15 Oct 2020 12:31:11 +0200 Subject: [PATCH 3/4] few more codes --- src/test/java/add_file_here/EU3Practice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/add_file_here/EU3Practice.java b/src/test/java/add_file_here/EU3Practice.java index 12a007ba..495e239b 100644 --- a/src/test/java/add_file_here/EU3Practice.java +++ b/src/test/java/add_file_here/EU3Practice.java @@ -11,6 +11,6 @@ public static void main(String[] args) { //we have added one new branch called userstory123 //to work on user story 123 without affecting master - + //adding more changes here } } From 512cb97671b25724181628ae77ec6649c9437e87 Mon Sep 17 00:00:00 2001 From: Selma-Atabas Date: Thu, 15 Oct 2020 12:32:15 +0200 Subject: [PATCH 4/4] fixed the typo --- src/test/java/add_file_here/EU3Practice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/add_file_here/EU3Practice.java b/src/test/java/add_file_here/EU3Practice.java index 495e239b..8c6e92a6 100644 --- a/src/test/java/add_file_here/EU3Practice.java +++ b/src/test/java/add_file_here/EU3Practice.java @@ -11,6 +11,6 @@ public static void main(String[] args) { //we have added one new branch called userstory123 //to work on user story 123 without affecting master - //adding more changes here + //adding more changes here so I can see the changes } }