The file is gone after the Git switch branch.

merge it locally first. The branch is base/master like this, and then the working add commit push prompts up-to-date to think that the file that has not changed the name of the checkout master branch disappears. Excuse me, how can I find these files?

solved, thank you! Reset is back

Mar.05,2021

is gone is deleted by colleagues, and then push to remote, you merge natural files are gone. First take a look at the history of git to see who deleted it and why. If you delete it by mistake, you can find it with git checkout.


git log take a look at the log
then git reset-- hard log

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b363da-2bfff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b363da-2bfff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?