Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 371 Bytes

File metadata and controls

39 lines (25 loc) · 371 Bytes

Getgit

Note

Python getgit implementation was moved to py branch

Note

This README.md file will be filled soon

Startup

On Linux

go build -o b build.go
./b

On Windows

go build -o b.exe build.go
./b.exe

Running

./b run

Installing

On Linux

To be continued.

On Windows

To be continued.