Sourcetree made home dir a git repo. How do I remove?

ED June 20, 2013

Total newbie. Sourcetree made home dir a git repo. How do I remove git repository pointing to home folder without deleting my files? Thx

1 answer

1 accepted

0 votes
Answer accepted
KieranA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 20, 2013

Hi Ed,

In your home directory there'll be a ".git" folder which is hidden if you use finder/explorer. Go to the command line / terminal and browse to that directory. If you issue the command "ls -a" (on Mac) or "dir /a" (on Windows) and it should show a ".git" folder. You can delete this folder by either issuing the command "rm -rf .git" (on Mac which recursively removes the folder and sub-folders) or "rmdir .git /s /q" (on Windows which recursively removes the folder and sub-folders without prompts).

Make sure you specify the .git folder and your current directory is where the .git folder exists as this is a destructive operation.

Hope that helps

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events