xcloud 4 년 전
부모
커밋
12a475b8c4
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -1 +1,11 @@
-# PythonCode
+### PythonCode
+修改后,初次提交于 2021年5月10日
+
+1、git 重新提交
+```shell
+git init
+git add .
+git commit -m 'initial commit'
+git remote add origin https://gitee.com/xclouds1/jam-subject.git
+git push -u origin master
+```