要认真写commit的项目还是不要加这两个脚本了

This commit is contained in:
星外之神 2022-07-29 22:32:21 +08:00
parent 286fd32444
commit 68bfc3269e
2 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
cd `dirname $0`; pwd
git pull git@github.com:wszqkzqk/pypvz.git

View File

@ -1,7 +0,0 @@
#!/bin/bash
cd `dirname $0`; pwd
git add *
git add .gitignore
git commit -m "Updated by update.sh"
git push -u git@github.com:wszqkzqk/pypvz.git