Skip to content
João Pedro Poloni Ponce edited this page Nov 20, 2021 · 3 revisions

Welcome to the Git-Management wiki!

Git-Management is a Command Line Tool based on rust where you can create and manage your git repositories direct on the terminal. It is possible to create new repos, private or public, in your account or in an org, archive repos, delete repos, submit pull requests, merge pull requests and list open pull requests.

Help Command

gitmgt --help

Set up credentials for github

gitmgt config -u github_username -t personal_access_token

Clone this wiki locally