We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f958d commit 8241859Copy full SHA for 8241859
CONTRIBUTING.md
@@ -131,6 +131,10 @@ accordingly in the steps below.)
131
cp cmd/tools/git_pre_commit_hook.vsh .git/hooks/pre-commit
132
chmod 755 .git/hooks/pre-commit
133
```
134
+ It has to be done in a shell where you have done cd /root/of/your/V_repo once.
135
+ Step 3 above does it with `cd nv`.
136
+ I.e. you have to be in the top level folder, that contains the .git folder for the V repository.
137
+
138
4. `git remote add pullrequest https://github.com/YOUR_GITHUB_USERNAME/v`
139
140
Note: The remote named `pullrequest` should point to YOUR own forked repo, not the
0 commit comments