Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove git

rm -rf .git
-r => Remove directories and there contents recursively.
-f => Ignore nonexistent files and arguments, never prompt
for more info run 
rm --help
 
PREVIOUS NEXT
Tagged: #remove #git
ADD COMMENT
Topic
Name
6+8 =