Expand description
Git tools: status, diff, log, add, commit, branch, checkout, push, pull, clone.
Modules§
- add
git_addtool — stage files.- branch
git_branchtool — list, create, or delete branches.- checkout
git_checkouttool — switch branches.- clone
git_clonetool — clone a repository.- commit
git_committool — commit staged changes.- diff
git_difftool — show diffs (staged or unstaged).- log
git_logtool — show commit history.- pull
git_pulltool — pull from a remote. Requires approval.- push
git_pushtool — push to a remote. Requires approval.- status
git_statustool — show repository status.