Adds common git commands to work with git repositories
It assumes connecting to Github via SSH.
We can evaluate other options to authenticate if needed
Testing:
All of these are slim wrappers around the go-git module. For now the best way to test is verify it compiles (e.g. the other tests run as expected)
Adds common git commands to work with git repositories It assumes connecting to Github via SSH.
We can evaluate other options to authenticate if needed
Testing: All of these are slim wrappers around the
go-git
module. For now the best way to test is verify it compiles (e.g. the other tests run as expected)