I created a git repository projecteuler-solutions and then i wanted to remove the word Euler from the file names so i renamed the files to just numbers and added the renamed files using an add command and then commited and pushed the changes , but even though in the status the file names with a euler prefix were marked as D they didn’t get deleted , how can i delete those files now and what is the usual flow to rename the files ?
I created a git repository projecteuler-solutions and then i wanted to remove the word
Share
Removal: git rm
Renaming: git mv