Hi Gobie888,
The required command is
rm -rf ~/Untitled Project/.git
At the time I wrote that scene I was unaware that some keyboard layouts do not have a tilde key.
You can get through that sequence by copying and pasting the command above.
Best,
K
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.