Forums

How to start a bash from scratch

Hello guys I wish to know how I star a bash from scratch, I need to clone an repository from github, I've done this before, but the repository was with some scripts wrong so I need clone the repo again with the same name, but when I use the clone command the bash says that directory already exist even when I kill the bash and start again...what is the correct form to restart from scratch an bash?

Thanks in advanced!

Bash itself is just a program that allows you access to the files stored in your PythonAnywhere account. I think what you want to do is remove the directory you originally cloned the repository to.

To do that, just go to the "Files" tab, and click the trash can icon next to the directory name.

I got! Thanks dude!

No problem!