package
0.0.0-20240810161119-c99595373fc1
Repository: https://github.com/pulcy/pulsar.git
Documentation: pkg.go.dev
# Functions
Execute a `git add`.
Execute a `git checkout <branch>`.
Execute a `git clone <repo-url> <folder>`.
Execute a `git commit`.
Execute a `git status a b`.
Execute a `git fetch <remote>`.
Execute a `git fetch --tags <remote>`.
Gets the a config value.
Gets the latest commit hash from the given local git folder.
Gets the latest commit hash from the given remote git repo + optional branch.
Gets the latest tags from the given remote git repo.
Gets the latest tag from the repo in given folder.
Gets the name of the current branch.
git show-branch --merge-base.
Gets the config value for "remote.origin.url".
Gets the tags from the given remote git repo.
Execute a `git pull`.
Execute a `git push`.
Execute a `git status`.
Execute a `git tag <tag>`.
# Type aliases
No description provided by the author