/GitRoutine

Console based Git UI, to easily manage multiple repositories.

Primary LanguageGoMIT LicenseMIT

GitRoutine

Console based Git UI, to easily manage multiple repositories.

GitRoutine GIF

More of a project to get me learning some Go.

Usage

Add repositories to config.json

{
"Repositories": [
	{
		"Name": "<NAME FOR REPOSITORY> TIL",
		"Path": "<PATH TO REPOSITORY E.G c:\\SourceCode\\TIL>"
	}, 
    ...
]
}