Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// IntegrityCommit is the standard message for integrity hash commits
IntegrityCommit = "Updated integrity hash"
)
Functions ¶
func Initialize ¶
func Initialize()
Initialize a new git repository in the user's home .passgo directory.
func InsertCommit ¶
func InsertCommit(name string)
InsertCommit is used to create a new commit with an insert message.
func RegenerateCommit ¶
func RegenerateCommit(name string)
RegenerateCommit is used to create a new commit with a regenerate message.
func RemoveCommit ¶
func RemoveCommit(name string)
RemoveCommit is used to create a new commit with a remove commit message.
func RenameCommit ¶
func RenameCommit(from, to string)
RenameCommit is used to create a new commit with a rename commit message.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.