Frank's Book
Search...
Ctrl + K
Git
[Git]Fully delete a git repository created with init
Copy
rm -rf .git
find . -type f | grep -i "\.git" | xargs rm
Previous
Git
Next
iOS Book
Last updated
5 years ago