MCP Tools – Page 130

MCP Tool Categories

Showing 1549 to 1560 of 1574 results

git_branch

List local, remote, or all branches in the repository, with optional name filtering.

Git
By thumbsupordown

git_show

Display the contents, metadata, and diff of a specific commit in the repository.

Git
By thumbsupordown

git_checkout

Switch the working directory over to a different existing branch.

Git
By thumbsupordown

git_create_branch

Create a new branch starting from a specified base branch or commit.

Git
By thumbsupordown

git_log

Show the repository's commit history, with optional filtering by a date range.

Git
By thumbsupordown

git_reset

Unstage all currently staged changes, leaving the working directory contents untouched.

Git
By thumbsupordown

git_add

Stage the specified file contents so they will be included in the next commit.

Git
By thumbsupordown

git_commit

Record the currently staged changes to the repository with the provided commit message.

Git
By thumbsupordown

git_diff

Show the differences between arbitrary branches or commits in the repository.

Git
By thumbsupordown

git_diff_staged

Show the diff of changes that have been staged and are ready to be committed.

Git
By thumbsupordown

git_diff_unstaged

Show the diff of changes in the working directory that have not yet been staged for commit.

Git
By thumbsupordown

git_status

Show the current working tree status of the repository, including staged and unstaged changes.

Git
By thumbsupordown