I just did
rm -r projectName
then I got:
override r--r--r-- honey/staff for projectFolder//.git/objects/pack/pack-9323e9c7e9a036b5f0f9186d05e31536e342308.pack?
Based on a Google search, I know I won’t be prompted to such if I rm -rf
But still can’t understand what restrictions are in place that result in such a prompt, nor know how to get out of it once prompted.
I ran ls -l projectName
and got:
-rw-r--r-- 1 honey staff 12409 Mar 19 10:31 Podfile.lock
Not sure if that means anything. Can anyone help opening this up?