Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions src/test/java/add_fie_here/AvengerInfinity.java
Original file line number Diff line number Diff line change
@@ -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
}


}