Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

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.