There are a few scenarios that cause issues with branches.
The .git/encrypted repo assumes a branch name of master. In recent git versions, this is configurable. We need to handle this better.
The git-encrypted-host-git-api package runs git pull and git push, but if you have weird branch config settings (or maybe settings added in recent git versions) then things go awry. Let's add specific branches to the pull and push commands.
There are a few scenarios that cause issues with branches.
The
.git/encryptedrepo assumes a branch name ofmaster. In recent git versions, this is configurable. We need to handle this better.The git-encrypted-host-git-api package runs
git pullandgit push, but if you have weird branch config settings (or maybe settings added in recent git versions) then things go awry. Let's add specific branches to the pull and push commands.