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/EU3Practice.java b/src/test/java/add_file_here/EU3Practice.java index 47cdf51c..8c6e92a6 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 + + //adding more changes here so I can see the changes } } 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 "); + } +}