Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvments for more specifc projects and documentation. #15

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ QuickStart
clean, which ones have uncommited changes, or even to know which ones are not
up-to-date with `origin`.

* Pull from all upstream repositories: `gws pull` if you're in the
repository directory or `gws pull -r <repository directory>` if
you're not on the repository directory.

### But better

Let's say you made a `~/dev/` workspace folder and you created your
Expand Down Expand Up @@ -209,11 +213,11 @@ Syntaxes

One project per line. Must be of the form:

any/folder/name | url
any/folder/name | url | branch

or

any/folder/name | url | upstream_url
any/folder/name | url | branch | upstream_url

knowing that:

Expand Down
Loading