Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
SQL
how to delete git repo locally
Daria
Programming language:
SQL
2021-03-05 02:03:07
0
Q:
how to delete git repo locally
user16887
Code:
SQL
2021-03-13 18:46:13
$ rm -rf .git to delete git repository from local repo (from machine)
1
Broklynite
Code:
SQL
2021-08-01 17:45:43
git rm -rf git
0
Tags
git
how
New to Communities?
Join the community