pull method

void pull()

Implementation

void pull() {
  'git pull'.run;
}