3 releases (breaking)

new 0.3.0 Apr 25, 2024
0.2.0 Apr 1, 2024
0.1.0 Feb 21, 2024

#2 in #repos

Download history 85/week @ 2024-02-15 57/week @ 2024-02-22 13/week @ 2024-02-29 2/week @ 2024-03-07 2/week @ 2024-03-14 168/week @ 2024-03-28 29/week @ 2024-04-04

197 downloads per month

MIT license

12KB
234 lines

vcs2git: Convert VCS repos to Git Submodules

Installation

Install the binary using Cargo.

cargo install vcs2git

Usage

This program reads a YAML .repos file and adds listed repos as submodules in the current Git repository.

Let's get started with Autoware's autoware.repos for example.

# Enter into the root of your Git repo
cd my_repo

# Add listed repos in autoware.repos as submodules under src directory.
mkdir src
vcs2git autoware.repos src

# Save added submodules
git commit

License

This software is distributed under MIT license. Please see the license file.

Dependencies

~19MB
~421K SLoC