I'm confused about the references to git-remote
and the .gitremote
file.
Should this really be the .gitreview
file?
When I installed git-review and when I ran git remote -s
, I got an error about a missing .gitreview
file.
I created a .gitreview
file (with contents similar to what this page calls the .gitremote
)
and then git remote -s
worked fine.