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..30682b32 --- /dev/null +++ b/src/test/java/add_fie_here/AvengerInfinity.java @@ -0,0 +1,31 @@ +package add_fie_here; + +public class AvengerInfinity { + + public static void main(String[] args) { + + //add four changes and commit with 4 seperate commit messages + + // adding more about avengers + + //Avatar man + + // last changes for nebula + +//Homework : +//Create brandnew project on IntelliJ +//Enable version control +//ignore the files you need to ignore +//make initial commit and push to Github +//Add new branch locally called feature1 +//add more changes commit and push to Github +//Compare your origin/master to origin/feature1 +//Create a pull request +//now you have option to merge your origin/feature1 +//into the master +//now pull the changes into your local master branch + //ad more changes and push to github + } + + +}