Crates.io | vcs2git |
lib.rs | vcs2git |
version | 0.3.0 |
source | src |
created_at | 2024-02-21 13:48:02.867303 |
updated_at | 2024-04-25 08:45:05.975205 |
description | Import VCS .repos as Git submodules |
homepage | https://github.com/jerry73204/vcs2git/ |
repository | https://github.com/jerry73204/vcs2git.git |
max_upload_size | |
id | 1148070 |
size | 27,562 |
Install the binary using Cargo.
cargo install vcs2git
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
This software is distributed under MIT license. Please see the license file.