gerrit for everyone

Tags:

Post on 31-Oct-2014

1.146 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

Presentation about (code) review by Kristina D.C. Hoeppner at the Catalyst IT Pizza Thursday gathering on 8 November 2012.

TRANSCRIPT

kristina@catalyst.net.nz  ‧  Presentation:  Creative  Commons  BY-­‐SA  3.0Pizza  Thursday  ‧    Catalyst  IT  ‧    8  November  2012

Gerrit  for  non-­‐developersKristina  D.C.  Höppner,  Catalyst  IT

http://www.flickr.com/photos/34745138@N00/3075268200/

everyone

mahara

Initial submit

vim [file]git statusgit diffgit branchgit checkout -b bug[bug number]git branchgit commit -s -agit logmake push

Re-submit without changing the commit message

git add [filename]git commit --amendgit logmake push

top related