Answers for "stop git"

1

stop git

You can use one of the following commands to stop git.

1. rm -R .git/
2. -rf .git/
Posted by: Guest on March-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language