You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use raw git commands using exec.Cmd and pipe out the output of the command, rather than this we should be using the go-git sdk for better error handling
proposal
Currently we use raw git commands using
exec.Cmdand pipe out the output of the command, rather than this we should be using thego-gitsdk for better error handling