Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/.idea/
/target/
/*.iml
*.iml
25 changes: 25 additions & 0 deletions src/test/java/add_file_here/EU3_Practice.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package add_file_here;


public class EU3_Practice {

public static void main(String[] args) {

System.out.println("EU3 is opening a pull request");
//commit your change
//with nice commit message
//push it back to the github
//observe the change
//from your github repo
//click on compare
//create a pull request )PR)
//to asl original repo owner
//to merge your change

//we have added one new branch called drita-feature
//to work on user story 123 without affecting master
//adding more code

}

}
21 changes: 21 additions & 0 deletions src/test/java/add_file_here/breakWe.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package add_file_here;

public class breakWe {

public static void main(String[] args) {

//there were some episodes

//la mia preferita

//oggi e Giovedi

//domani venerdi

//sto imparando




}
}