| Issue 466: | Pushing to /refs/for/$BRANCH$ confuses gerrit | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Using 2.0.23 :( I accidentally pushed to /refs/for/master instead of refs/for/master. I think this created the actual branch refs/for/master in git. $ git push origin HEAD:/refs/for/master Counting objects: 15, done. Delta compression using up to 2 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (8/8), 685 bytes, done. Total 8 (delta 4), reused 0 (delta 0) To ssh://larson@server.com:29418/path/to/repository * [new branch] HEAD -> /refs/for/master Afterwards when I pushed to refs/for/master, git just said that the remote was already up to date. Deleting refs/for/master on the server and then pushing again fixed the problem.
Mar 27, 2012
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
Labels: FixedIn-2.1.2