Skip to content

Commit

Permalink
docs(README): Note libvcs target
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 24, 2022
1 parent f2dc7ce commit 7f76836
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $ vcspull · [![Python Package](https://img.shields.io/pypi/v/vcspull.svg)](https://pypi.org/project/vcspull/) [![License](https://img.shields.io/github/license/vcs-python/vcspull.svg)](https://github.com/vcs-python/vcspull/blob/master/LICENSE) [![Code Coverage](https://codecov.io/gh/vcs-python/vcspull/branch/master/graph/badge.svg)](https://codecov.io/gh/vcs-python/vcspull)

Manage and sync multiple git, svn, and mercurial repos via JSON or YAML file. Compare to
[myrepos], [mu-repo]. Built on [libvcs](https://github.com/vcs-python/libvcs).
[myrepos], [mu-repo]. Built on [libvcs].

Great if you use the same repos at the same locations across multiple
machines or want to clone / update a pattern of repos without having to
Expand All @@ -21,6 +21,13 @@ See the [documentation](https://vcspull.git-pull.com/), [configuration](https://
[myrepos]: http://myrepos.branchable.com/
[mu-repo]: http://fabioz.github.io/mu-repo/

# Development branches

vcspull `master` is currently targetting to [libvcs] @
[v0.13.x](https://github.com/vcs-python/libvcs/tree/v0.13.x)

In the coming weeks, it will be pointing to libvcs master again.

# How to

## Install
Expand All @@ -47,11 +54,6 @@ You can test the unpublished version of vcspull before its released.

Then use `vcspull@next sync [config]...`.

### Developing

The current master is targetting libvcs @
[v0.13.x](https://github.com/vcs-python/libvcs/tree/v0.13.x)

## Configuration

Add your repos to `~/.vcspull.yaml`.
Expand Down Expand Up @@ -177,4 +179,6 @@ See donation options at <https://git-pull.com/support.html>.
- Open Hub: <https://www.openhub.net/p/vcspull>
- License: [MIT](https://opensource.org/licenses/MIT).

[libvcs]: https://github.com/vcs-python/libvcs

[![Docs](https://github.com/vcs-python/vcspull/workflows/docs/badge.svg)](https://vcspull.git-pull.com) [![Build Status](https://github.com/vcs-python/vcspull/workflows/tests/badge.svg)](https://github.com/vcs-python/vcspull/actions?query=workflow%3A%22tests%22)

0 comments on commit 7f76836

Please sign in to comment.