GerritHub guide - edinferno/edinferno GitHub Wiki
git clone ssh://[email protected]:29418/edinferno/edinferno
git checkout -b $FEATURE dev
touch test_file; git add test_file; git commit -m "Dumb testfile";
git push origin HEAD:refs/for/$FEATURE
- Deal with Gerrit's UI
- ???
- Profit.
Try not to kill any kittens while you "enjoy" the process.