git-repo-manager 0.8.2

Manage multiple git repositories. You configure the git repositories in a file, the program does the rest!
Documentation
[[trees]]
root = "~/example-projects/"

  [[trees.repos]]
  name = "git-repo-manager"

    [[trees.repos.remotes]]
    name = "origin"
    url = "https://code.hkoerber.de/hannes/git-repo-manager.git"
    type = "https"

    [[trees.repos.remotes]]
    name = "github"
    url = "https://github.com/hakoerber/git-repo-manager.git"
    type = "https"


  [[trees.repos]]
  name = "dotfiles"

    [[trees.repos.remotes]]
    name = "origin"
    url = "https://github.com/hakoerber/dotfiles.git"
    type = "https"