Documentation
¶
Index ¶
Constants ¶
View Source
const ( GitStateClean = 1 << iota GitStateUntracked GitStateDirty )
Variables ¶
View Source
var ErrNotGitRepo = fmt.Errorf("provided directory is not a git repository")
Functions ¶
func RemoteSetURL ¶
Types ¶
type RemoteKind ¶
type RemoteKind uint8
const ( RemoteKindPush RemoteKind = 1 << iota RemotekindFetch )
Click to show internal directories.
Click to hide internal directories.