remove windows related section since issue 9257 is resolved now.

alexbrainman 2015-02-05 14:20:32 +11:00
parent 5afa467228
commit c5d2ff6534

@ -40,8 +40,4 @@ Gerrit's code review model is to rewrite a single commit until it is correct. Gi
$ git remote add --mirror=push fork git@github.com:yourusername/go.git
```
Then running `git push fork` will update GitHub to perfectly mirror *everything* (all branches, all tags, etc.). This is handy, but take care when using this on multiple clients. You are bypassing the usual git safeguards, so it is easy to overwrite (and thus lose) work pushed by a different client.
# Code Review on Windows
The code review command ```git-codereview``` currently does not work on Windows. This is [#9257](../issues/9257).
Then running `git push fork` will update GitHub to perfectly mirror *everything* (all branches, all tags, etc.). This is handy, but take care when using this on multiple clients. You are bypassing the usual git safeguards, so it is easy to overwrite (and thus lose) work pushed by a different client.