mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
remove windows related section since issue 9257 is resolved now.
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.
|
Loading…
x
Reference in New Issue
Block a user