Compare commits

..

2 Commits

Author SHA1 Message Date
李双龙 4f8394ad0f Test_rebase
9 months ago
李双龙 b0385b24a7 Test_cherry_pick
9 months ago

@ -12,4 +12,12 @@ public class Test {
System.out.println("hello");
}
public static void Test_cherry_pick (){
System.out.println("Test_cherry_pick");
}
public static void Test_rebase (){
System.out.println("Test_rebase");
}
}

Loading…
Cancel
Save