I have an existing repository (at ssh://[email protected]/~/git/dev.git/
) which isn't cloned to my computer. It's too big and messy and I don't want to download it, I don't need it anymore. I want to start fresh and totally replace its content. How do I do that?
I have used SmartGit before to commit. I can also connect to my repository through ssh [email protected]
in Git Bash. That's pretty much all I know about git. All I want is to reset a repository in such a way that when I clone it to my computer all I get is an empty directory.