Compare commits

...

9 Commits

@ -24,4 +24,23 @@ public class Test {
System.out.println("Test_rebase2");
}
public static void Test_reset1(){
System.out.println("Test_reset1");
}
public static void Test_reset2(){
System.out.println("Test_reset2");
}
public static void Test_revert(){
System.out.println("Test_revert");
}
public static void Test_stage2(){
System.out.println("Test_stage2");
}
public static void Test_Conflict1(){
System.out.println("Test_Conflict1");
}
}

Loading…
Cancel
Save