Ver Fonte

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

root há 1 ano atrás
pai
commit
e96d4009a6
1 ficheiros alterados com 1 adições e 1 exclusões
  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姚章耿");
 
        }