Horje
remove git repository Code Example
delete .git folder
rm -rf .git
how to remove git from project
rm -rf .git*
git remove repository local
$ rm -rf .git
remove git repository
On Windows:
Go to the directory where you want to delete your .git folder then type in cmd

rmdir /S .git.




Shell

Related
git delete remote branch Code Example git delete remote branch Code Example
python publishing exe Code Example python publishing exe Code Example
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory Code Example FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory Code Example
build cordova app command Code Example build cordova app command Code Example
ubuntu fractional scaling Code Example ubuntu fractional scaling Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11