Skip to content

Commit

Permalink
Readme: added push() method
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Apr 20, 2016
1 parent 22e1786 commit 19f1a3a
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 @@ -67,6 +67,7 @@ $repo->commit('commit message');
$repo->merge('branch-name');
$repo->checkout('master');
$repo->pull('origin');
$repo->push('origin');

$repo->getRepositoryPath();

Expand Down

0 comments on commit 19f1a3a

Please sign in to comment.