On Thursday, July 13, 2023 1:58 PM, Fayez Coder wrote: >I deleted files from my projects those files in change area not add it to stage area ,can >I restore those files. If you did not modify the files, you can restore them using git restore -- file-name. If the files were never added to git and are not staged, your only chance is a recycle-bin. If you are in ECLIPSE, you can use the local history to recover the files. --Randall