How can we fully delete a Git repository created with init
Simple solution is
rm -rf .git
if you are using MAC or Linux and unable to see hidden files on terminal then run
ls -altr to view hidden files. you would notice .git directory there. if not there then git configuration is no more available in your directorty.
Cheers,
Kapil
No comments:
Post a Comment
Thanks for your comment, will revert as soon as we read it.