Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 358 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 358 Bytes

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>"
	}, 
    ...
]
}