Skip to main content

Module git

Module git 

Source
Expand description

Git tools: status, diff, log, add, commit, branch, checkout, push, pull, clone.

Modules§

add
git_add tool — stage files.
branch
git_branch tool — list, create, or delete branches.
checkout
git_checkout tool — switch branches.
clone
git_clone tool — clone a repository.
commit
git_commit tool — commit staged changes.
diff
git_diff tool — show diffs (staged or unstaged).
log
git_log tool — show commit history.
pull
git_pull tool — pull from a remote. Requires approval.
push
git_push tool — push to a remote. Requires approval.
status
git_status tool — show repository status.