Browse Source

Signed-off-by: cx <1140698935@qq.com>
$git commit -m "hello,commit"

cx 1 năm trước cách đây
mục cha
commit
3faa215056
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      demo1.sql

+ 13 - 0
demo1.sql

@@ -0,0 +1,13 @@
+package test;
+
+ 
+
+public class GitTag {
+
+       public static void main(String arg[]) {
+
+              System.out.println("Version1.0");
+
+       }
+
+}