package
0.0.0-20250113174947-7d18ba998b41
Repository: https://github.com/cloudbridgeuy/scripts.git
Documentation: pkg.go.dev
# Functions
Add opens up an fzf window to select the files that need to be staged before the semantic commit is generated.
AddAll stages all changes.
Commit creates a commit with the given message.
CommitAmend amends the last commit.
CreateSemanticCommit creates a semantic commit message based on the git diff output.
GetCurrentBranch returns the current branch name.
HasStagedFiles checks if there are any staged files.