Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 01a23e3

Browse files
committed
(readme) added instructions on setting remote
1 parent 5f107f2 commit 01a23e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,22 @@ The branch to commit to.
6161

6262
#### remote
6363
Type: `String`
64+
Values: `URL|RemoteName|FileSystemPath`
6465
Default: `../`
6566

6667
The remote to push to. Common examples include a distribution repository (Heroku or Scalr), your main project's remote (gh-pages branch on Github), or the local project repository itself (`../`).
6768

6869

6970
#### remoteBranch
70-
Type: `String`
71+
Type: `String`
7172
Default: `''`
7273

7374
The remote branch to push to. Common usage would be for Heroku's `master` branch
7475
requirement.
7576

7677

7778
#### login
78-
Type: `String`
79+
Type: `String`
7980
Default: `''`
8081

8182
Optional, but provide in conjunction with `token`.
@@ -84,7 +85,7 @@ ex: `https://[email protected]/user/repo.git`
8485

8586

8687
#### token
87-
Type: `String`
88+
Type: `String`
8889
Default: `''`
8990

9091
Optional, but provide in conjunction with `login`.

0 commit comments

Comments
 (0)