What is the meaning of "-rf" in git?
I used
git rm -rf directories
but I don't know the actual meaning of -rf
-r
- Allow recursive removal when a leading directory name is given.
-f
- Override the up-to-date check.
More: git help rm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With