I want to copy /c/xampp/docs/fproject/.git to /c/xampp/docs/finalproject.
I tried this command
cp /c/xampp/docs/fproject/.git finalproject,
and this message cp:omitting directory 'c/xampp/docs/fproject/.git' is shown but the file wasn't copied.
How can I copy .git file?
.git is a directory, use cp -r /c/xampp/docs/fproject/.git /c/xampp/docs/finalproject
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