Answers for "git deinit repo"

0

git deinit repo

# in git bash
Computer information path/to/repo (main)
$ rm -rf .git
# will delete the repository
Computer information path/to/repo
$
Posted by: Guest on October-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language