GIT makes it safe to delete things

This the marvel of source control. You can remove things with GIT but you don’t lose them for good. You retrieve files which you have removed and for that matter you can retrieve the previous state of any file from any previous committed state.

This is what makes source control so marvelous!