GoVPP/gerrit-review

From fd.io
< GoVPP
Revision as of 07:38, 5 May 2017 by Raszabo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In order to submit patches made in the go-getted repository of GoVPP into Gerrit, please follow these steps:

Initial setup:

cd $GOPATH/src/git.fd.io/govpp.git
git remote add gerrit ssh://<USERNAME>@gerrit.fd.io:29418/govpp
git review -s -r gerrit

Submitting changes for review:

git commit -as -m "commit message"
git review -r gerrit