新增插件模块

This commit is contained in:
孟帅 2022-05-15 21:46:41 +08:00
parent e67d6389b9
commit 150e77b8f2
2 changed files with 0 additions and 26 deletions

View File

@ -1,15 +0,0 @@
::强制和远程同步不保留本地修改
::git fetch --all
::git reset --hard origin/master
::git pull
::保存本地修改拉取远程后恢复本地修改
::git stash
::git pull origin master
::git stash pop
::git stash list
::git stash clear
::拉取远程
git pull origin master

View File

@ -1,11 +0,0 @@
echo -e "\n \n" >> ./README.md
::git rm -r --cached -f .
git init && git add -A
for /f "tokens=2 delims==" %%a in ('wmic path win32_operatingsystem get LocalDateTime /value') do (set t=%%a)
set Today=%t:~0,4%-%t:~4,2%-%t:~6,2% %t:~8,2%:%t:~10,2%
git commit -m "%Today%"
git push git@github.com:bufanyun/hotgo.git master