how do we remove conflicting reference from git repository?
I currently have 2 symbolic references with master in the name as below
git ls-remote git@github.com:company/project.git master
9547e4ba01d67e1ff3xxxxxd5110eaaf2f48 refs/for/master
06106b7f1005dbb9f1xxxxxxxx456d2be84346c refs/heads/master
How do I remove or rename the refs/for/master so the ls-remote command
only gives one result like so git ls-remote
git@github.com:company/project.git master
06106b7f1005dbb9f1xxxxxxxx456d2be84346c refs/heads/master
No comments:
Post a Comment