Trying to delete Sharon rn but when it says "type rm -rf /Untitled Project/-git to cut off sharons head" it tells me i've misspelt it somehow? i would like some help
That command wouldn’t work on an actual command line. :P You can’t have spaces in command arguments. “rm -rf ~/Untitled Project.git” will delete the folder “~/Untitled” and the folder “Project.git”, they are treated separately.
You also don’t need the ~/ part if you’ve just launched a terminal, and you’re in your home folder already.