1 article Git

Git error: “git dst refspec matches more than one”

"git dst refspec matches more than one" You may get this error when pushing a commit to your repo.  The most likely suspect is that someone named a tag the exact name of the branch.  You can rename the tag or delete it and retry pushing the commit. If you have a branch you typically…