package
1.6.0
Repository: https://github.com/sascha-andres/devenv.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
CopyFile copies a file from src to dst.
copyFileContents copies the contents of the file named src to the file named by dst.
CopyFileToEnvironmentDirectory links the file.
No description provided by the author
Exists returns whether the given file or directory exists or not.
No description provided by the author
GetCommand creates a command structure.
No description provided by the author
Git calls the system git in the project directory with specified arguments.
GitOutput calls the system git in the project directory with specified arguments and returns the output.
HasBranch checks if there is a branch locally or remotely.
HasChanges checks whether a repo is clean or has changes ( modifications or additions ).
HasLocalBranch checks if there is a branch locally.
HasRemoteBranch checks if there is a branch remotely.