Compare commits

..

No commits in common. 'c1882d84fa679bdc98443b46130bb09a0f3e3ba4' and '02eb95d3d51c929b7b43fccaf115092dae6bc059' have entirely different histories.

@ -24,23 +24,4 @@ public class Test {
System.out.println("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_Conflict1(){
System.out.println("Test_Conflict1");
}
} }

Loading…
Cancel
Save