Skip to content

Commit

Permalink
adding a README entry for --sync-existing
Browse files Browse the repository at this point in the history
  • Loading branch information
machellerogden committed Mar 2, 2017
1 parent 144907b commit f77615f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ bit --clone-all {searchTerm}

This will clone ALL repos which match the `searchTerm`. If `searchTerm` is omitted it will clone ALL repos in your local cache. You will be prompted to confirm your intention.

### Sync Existing

```
bit --sync-existing
```

This will add any existing repos in your bitcar workspace to your cache if they are not already there. Run this after each `--refresh`. This is particularly useful if you are using bitcar to manage your GOPATH.

### Force Latest

```
Expand Down

0 comments on commit f77615f

Please sign in to comment.