소스 검색

Signed-off-by: winwin <jyy@qq.com>
$git commit -m "hello,i am jyy"
$git tag v1.0.0

winwin 1 년 전
부모
커밋
d9597a4862
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      update.sql

+ 13 - 0
update.sql

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