emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Amending commits


From: Gregory Heytings
Subject: Re: Amending commits
Date: Mon, 26 Sep 2022 09:16:12 +0000


Just try it yourself. git push origin --delete master, git config receive.denyDeleteCurrent ignore, git push origin --delete master.

So this is a documentation bug.


Or an understanding bug 😉 All Git repositories have a "current" branch, unless they are in a "detached HEAD" state. Again, a bare repository has a current branch: it's the branch that you get when you clone it. And "git branch" works in a bare repository, too: you'll see a star in front of is "current" branch. The documentation could be more explicit indeed, but what would be the meaning of receive.denyDeleteCurrent in a bare repository?
reply via email to

[Prev in Thread] Current Thread [Next in Thread]