gitrepoman 0.1.0

Utility for managing git projects on Github or Gitlab
# Git Repo Manager

To use, `secret.toml` must be present in the working directory.

## Examples

### secret.toml

```
gitlab = API_TOKEN
github = API_TOKEN
```

### SSH

By default, `https` URLS are used. To switch to `ssh` URLs, use the `--ssh` flag.

### Usage

```
gitrepoman github pop-os clone
gitrepoman github pop-os pull
gitrepoman github pop-os checkout

gitrepoman gitlab gitlab.redox-os.org redox-os clone
gitrepoman gitlab gitlab.redox-os.org redox-os pull
gitrepoman gitlab gitlab.redox-os.org redox-os checkout
```