Skip to content

Commit

Permalink
Updating README to document new set-url functions
Browse files Browse the repository at this point in the history
  • Loading branch information
bpartridge83 committed Nov 6, 2014
1 parent 1209a68 commit 9ba915b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ Get the string names of each of the remotes.
### `Repo#remote_add(name, url, callback)`
Equivalent to `git remote add <name> <url>`.

### `Repo#remote_add_url(name, url, callback)`
Equivalent to `git remote set-url --add <name> <url>`.

### `Repo#remote_delete_url(name, url, callback)`
Equivalent to `git remote set-url --delete <name> <url>`.

### `Repo#remote_remove(name, callback)`
Remove a remote.

Expand Down

0 comments on commit 9ba915b

Please sign in to comment.