I just cloned a directory. While setting up my local files I accidentally set the wrong permissions to a directory and everything inside that folder (chmod -R 777 /foo).
What I would like to do is 'start from scratch'. Is this as simple as deleting my files inside my dev folder and then running the clone command again?