Skip to content

Commit

Permalink
Readme: added pull() method
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Apr 13, 2016
1 parent 6b00147 commit a646863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ $repo->hasChanges(); // returns boolean
$repo->commit('commit message');
$repo->merge('branch-name');
$repo->checkout('master');
$repo->pull('origin');

$repo->getRepositoryPath();

Expand Down

0 comments on commit a646863

Please sign in to comment.