Closed groenborg closed 7 years ago
using system call via os/exec does not seem like a viable option after trying it out. Also wrapping GO around a locally installed version of GIT instead of depending on a versionized library already created and maintained, seem like a dirty solution since we don't have control over the locally installed GIT version.
git2go need to be explored, which is the git library in go! From the documentation it's seem like the complete GIT featureset is fully supported.. As a pro it's has easy acces to access .gitconfig both locally and globally
how a system call with errout and stdout are managed and how we print the errors to stdout