Documentation
¶
Overview ¶
Package git utilizes the git CLI to retrieve and set information from the current repository
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRemoteNotFound signalizes there was no remote found ErrRemoteNotFound = fmt.Errorf("no push remote found") )
Functions ¶
func GetPushRemote ¶
GetPushRemote gets the remote configured as push-remote and returns ErrRemoteNotFound in case none is found
func SetLocalConfig ¶
SetLocalConfig applies the param with its value on the local git repo
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.