소스 검색

Signed-off-by: root <3020917182@qq.com>
$git commit -m "hello"
$git tag v1.0

root 1 년 전
부모
커밋
e96d4009a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test.java

+ 1 - 1
test.java

@@ -2,7 +2,7 @@ public class GitTag {
 
        public static void main(String arg[]) {
 
-              System.out.println("姚章耿");
+              System.out.println("1姚章耿");
 
        }