Skip to content

Commit

Permalink
Moved an entry from README to proper section.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Jul 11, 2019
1 parent 223dfc6 commit 21ad587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ If you need to run mgit on a CI server, then configure it to use HTTPS URLs:
mgit --resolver-url-template="https://github.com/\${ path }.git"
```

You can also use full HTTPS URLs to configure `dependencies` in your `mgit.json`.

### Standard/core branches

When you call `mgit sync` or `mgit co` it uses the `master` branch in every repository, unless the repository's branch is defined in `mgit.json`.
Expand All @@ -226,8 +228,6 @@ In order to simplify the flow, we introduced the standard/core branches option.

[Read more about the feature.](https://github.com/cksource/mgit2/issues/103)

You can also use full HTTPS URLs to configure `dependencies` in your `mgit.json`.

## Commands

```bash
Expand Down

0 comments on commit 21ad587

Please sign in to comment.