Skip to content
Filip Wasil edited this page Mar 16, 2018 · 24 revisions

Get ready

  • Use your github account to sign in into Ziba and Gerrithub.

Github

  • Send me your github name and email

Zube

Gerrithub

git clone ssh://YOUR_USER@review.gerrithub.io:29418/filipwasil/fillwave

Note that you should have the remote from gerrithub (Not from github)

Workflow

  • Write some great code

  • If using CLion, please use doc/coding_standards/Fillwave.xml to import coding standards

  • Push to dev_master branch on gerrit remote :

git push ssh://YOUR_USER@review.gerrithub.io:29418/filipwasil/fillwave YOUR_CHANGES:refs/for/dev_master

  • Update a patchset if you need by amending the local commit:

git commit --amend

git push ssh://YOUR_USER@review.gerrithub.io:29418/filipwasil/fillwave YOUR_CHANGES:refs/changes/CHANGE_ID

  • After successfull review your commit will be merged to dev_master and CI builds will be trigerred
  • After successfull builds your change is going to be pushed to master

In case of any problems let me know.

[f[i[l[l[w[a[v[e[@[g[m[a[i[l[.[c[o[m

Quick links:

Team chat: Join the chat at https://gitter.im/filipwasil/fillwave

Commits history: https://review.gerrithub.io/#/q/project:filipwasil/fillwave

Opened reviews: https://review.gerrithub.io/#/q/project:filipwasil/fillwave

Sprint board: https://zube.io/projects/2082/sprintboard

Clone this wiki locally