I created a git repository with git init. I'd like to delete it entirely and init a new one.
|
|
|
Git keeps all of its files in the .git directory. Just remove that one and init again. |
|||||||||||||||||
|
|
If you really want to remove all of the repository, leaving only the working directory then it should be as simple as this.
The usual provisos about |
|||||||||||||||||
|
|
If you want to delete all .git folders in a project use the following command:
This will also delete all the .git folders and .gitignore files from all subfolders |
|||
|
|
|
Alternative to killing TortoiseGit:
|
||||
|
|
|
Where $GIT_DIR is the path to the folder to be searched (the git repo path), execute the following in terminal.
This will recursively search for any directories or files containing ".git" in the file/directory name within the specified Git directory. This will include .git/ and .gitignore files and any other .git-like assets. The command is interactive and will ask before removing. To proceed with the deletion, simply enter y, then Enter. |
|||
|
|
|
remove /var/www/gitorious (or where you installed it in) remove services in /etc/monitd remove git user remove /usr/local/activemq and init script for it in /etc/init.d/act |
|||
|
|