Difference between revisions of "GoVPP/gerrit-review"

From fd.io
Jump to: navigation, search
(Created page with "In order to submit patches made in the go-getted repository of GoVPP into Gerrit, please follow these steps: === Initial setup: === * Setup your SSH key in Gerrit: https://ge...")
 
(Submitting changes for review:)
Line 8: Line 8:
 
  git review -s -r gerrit
 
  git review -s -r gerrit
  
=== Submitting changes for review: ===
+
=== Submitting the changes: ===
  
 
  git commit -as -m "commit message"
 
  git commit -as -m "commit message"
 
  git review -r gerrit
 
  git review -r gerrit

Revision as of 07:47, 5 May 2017

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 the changes:

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