Skip to content

Commit

Permalink
更新于2020年10月04日 0:41:56.88
Browse files Browse the repository at this point in the history
  • Loading branch information
cocos56 committed Oct 3, 2020
1 parent fd0282b commit 9b16bd0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
!/Classes/
!/proj.android/
!/proj.win32/
!/Resources/
!/Resources/
!*.bat
3 changes: 3 additions & 0 deletions 一键更新变动.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
git add .
git commit -m "¸üÐÂÓÚ%date:~0,4%Äê%date:~5,2%ÔÂ%date:~8,2%ÈÕ %time%"
git push -f origin master
6 changes: 6 additions & 0 deletions 清除所有历史版本以减少仓库大小.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
git checkout --orphan latest_branch
git add -A
git commit -am "清除所有历史版本以减少仓库大小,请重新从远程拷贝此仓库"
git branch -D master
git branch -m master
git push -f origin master

0 comments on commit 9b16bd0

Please sign in to comment.