Is it possible to delete a gpg signed tag on a remote repository without having the key? I expect the answer is no, but is this true?
Another way to phrase the question: Is it possible to put permissions on tags? Or do I need gitosis for that.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can delete any tag, branch or commit on the remote repo as git repos do not have any authorization checks themselves.