Skip to content

Commit

Permalink
修改一键提交脚本的参数(改为./commit -m …));
Browse files Browse the repository at this point in the history
修改.gitignore防止压缩包被提交到版本库。
  • Loading branch information
SwimmingTiger committed Apr 15, 2016
1 parent f2564b1 commit a1b3275
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Expand Up @@ -2,8 +2,15 @@
/src/config/security.php
/src/config/system.php
/src/temp/
*.swp
/src/userfile/
/src/wap/
/src/0.php
/src/core
*.swp
*.zip
*.gz
*.tgz
*.bz2
*.xz
*.rar
*~
4 changes: 2 additions & 2 deletions commit
@@ -1,3 +1,3 @@
git add --all
git commit -m $1
git push
git commit $*
git push

0 comments on commit a1b3275

Please sign in to comment.