How does git clear all files in the online warehouse

This content mainly teaches you how to clear all files in the online warehouse

Pull down the code, enter the folder to delete all the code, and execute the git command

	git add .
	git commit -m 'feat:删除线上代码'
	git pull
	git push

Refresh the online warehouse page or press F5, the code is cleared

Guess you like

Origin blog.csdn.net/Steven_Son/article/details/128440944