소스 검색

2021-12-16.17:47:27

tianyun 3 년 전
부모
커밋
9281a470af
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 3 0
      push.sh

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.idea

+ 3 - 0
push.sh

@@ -0,0 +1,3 @@
+git add .
+git commit -m  "$(date +%Y-%m-%d.%H:%M:%S)"
+git push