package
Version:
v0.15.4
Opens a new window with list of versions in this module.
Published: May 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func GitAdd(t *testing.T, dir string)
-
func GitCheckoutBranch(t *testing.T, dir, name string)
-
func GitCommit(t *testing.T, dir, msg string)
-
func GitInit(t *testing.T, dir string)
-
func GitRemoteAdd(t *testing.T, dir, url string)
-
func GitTag(t *testing.T, dir, tag string)
GitAdd adds all files to stage.
GitCheckoutBranch allows us to change the active branch that we're using.
GitCommit creates a git commits.
GitInit inits a new git project.
GitRemoteAdd adds the given url as remote.
GitTag creates a git tag.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.