git-repo-manager 0.6.2

Manage multiple git repositories. You configure the git repositories in a file, the program does the rest!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
trees:
- root: "~/example-projects/"
  repos:
  - name: "git-repo-manager"
    remotes:
    - name: "origin"
      url: "https://code.hkoerber.de/hannes/git-repo-manager.git"
      type: "https"
    - name: "github"
      url: "https://github.com/hakoerber/git-repo-manager.git"
      type: "https"
  - name: "dotfiles"
    remotes:
    - name: "origin"
      url: "https://github.com/hakoerber/dotfiles.git"
      type: "https"