mirror of
				https://github.com/bufanyun/hotgo.git
				synced 2025-11-04 08:13:45 +08:00 
			
		
		
		
	新增插件模块
This commit is contained in:
		@@ -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
 | 
			
		||||
@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user