gtl 0.5.22

gtl is a Git-based tool designed to simplify the management of multiple remote repositories. It extends Git's functionality by providing one-click initialization and pushing to multiple remote repositories, making it especially useful for developers who need to maintain multiple remote repositories simultaneously.
1
2
3
4
use super::*;

/// Configuration type mapping paths to remote configurations.
pub type Config = HashMap<String, Vec<Remote>>;