Compare commits

..

No commits in common. '709a2c94badc980a2cc29a7bd4f3008a299621e3' and '4f8394ad0f582b82c817774226290d3e9697b34a' have entirely different histories.

@ -20,27 +20,4 @@ public class Test {
System.out.println("Test_rebase");
}
public static void Test_rebase2(){
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_stage3(){
System.out.println("Test_stage3");
}
}

Loading…
Cancel
Save