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_fie_here/AvengerInfinity.java b/src/test/java/add_fie_here/AvengerInfinity.java new file mode 100644 index 00000000..d5d52005 --- /dev/null +++ b/src/test/java/add_fie_here/AvengerInfinity.java @@ -0,0 +1,10 @@ +package add_fie_here; + +public class AvengerInfinity { + + //add 4 changes and commit with 4 separate commit massages + //adding more info about avengers + //adding iron man + //looks like we don't have much avenger fun + //Justice league fun may be? +} diff --git a/src/test/java/add_fie_here/EU3_Practice.java b/src/test/java/add_fie_here/EU3_Practice.java new file mode 100644 index 00000000..aab0e0dc --- /dev/null +++ b/src/test/java/add_fie_here/EU3_Practice.java @@ -0,0 +1,19 @@ +package add_fie_here; + +public class EU3_Practice { + public static void main(String[] args) { + System.out.println("EU3 is ready to pull request"); + //commit your change + //push with nice commit message + //push it back to the github + //observe the change from your own github repo + //click on compare + //create a pull request + //to ask originl repo owner to merge your change + //adding more changes here + //add another changes + //In where I can see commit changes + + + } +} diff --git a/src/test/java/add_fie_here/SampleFile.java b/src/test/java/add_fie_here/SampleFile.java index 82e59b02..bb55624a 100644 --- a/src/test/java/add_fie_here/SampleFile.java +++ b/src/test/java/add_fie_here/SampleFile.java @@ -5,7 +5,7 @@ public static void main(String[] args) { System.out.println("EU3 is opening pull request"); //commit change //push to github - + System.out.println("I clone this project from github"); //we are eu3 //we are awesome //adding more chnges here so i can have more hanges diff --git a/src/test/java/add_file_here/AvengerInfinity.java b/src/test/java/add_file_here/AvengerInfinity.java index d2e73ae0..6a16ba14 100644 --- a/src/test/java/add_file_here/AvengerInfinity.java +++ b/src/test/java/add_file_here/AvengerInfinity.java @@ -1,36 +1,10 @@ package add_file_here; -public class AvengerInfinity { - - +public class Avengerinfinity { public static void main(String[] args) { - - //add four changes and commit with 4 separate commit messages - - //I will add one more line to this awesomr class :) - - //I like write code in intellij - - //I dont what I can add here one more - - //add or changes and commit with 4 seperate commit messages - //Iron man - - //hulk and thor - - //looks like we dont have much avenger fan - // add four changes and commit with 4 separate commit messages - - // adding more info about Avengers - - // Iron man , Thor , Hulk - - // Looks like we don't have much avenger fan ? - // Justice league fan maybe ? - - // merged - + // add more changes + // add 2 nd changed + // add 3 rd changed + // sampiyon galatasaray } - - } diff --git a/src/test/java/add_file_here/EU3_Practice.java b/src/test/java/add_file_here/EU3_Practice.java index 8772c1e4..41123bd8 100644 --- a/src/test/java/add_file_here/EU3_Practice.java +++ b/src/test/java/add_file_here/EU3_Practice.java @@ -1,29 +1,17 @@ package add_file_here; -public class EU3_Practice { +public class eu3_practice { + public static void main(String[] args) { + System.out.println("EU3 IS OPENING PULL REQUEST"); + // hi every one + // I added new things - System.out.println("EU3 is opening pull request"); - - System.out.println("This course seems to be in the correct speed!"); - - - System.out.println("Awesome stuff here"); - System.out.println("EU3 is opening pull request"); - // commit your change - // with nice commit message - // push it back to the github - // observe the change - // from the your GitHub repo - // click on compare - // create a pull request (PR) - - // to merge your change - - // we have added one new branch called us123 + // we have added one more branch us123 // to work on user story 123 without affecting master + // adding more changes here so i can do it + // one more commit - // adding more changes here so I can have more history - } + } }