Prechádzať zdrojové kódy

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

cx 1 rok pred
rodič
commit
3faa215056
1 zmenil súbory, kde vykonal 13 pridanie a 0 odobranie
  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");
+
+       }
+
+}