Functionsยง
- create_
and_ checkout_ branch - Create and checkout a new branch.
- get_
branch_ name - Get the current branch name.
- get_
changed_ files - Get the list of changed file paths.
- get_
diff - Get the diff based on the configured source.
- get_
recent_ branch_ names - Get the N most recent branch names sorted by committer date.
- get_
recent_ commits - Get the N most recent commit summaries (oneline format).
- get_
repo_ root - Find the repository root from the current directory.
- git_
commit - Commit staged changes with the given message.
- stage_
all - Stage all changes.