Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(git): more branch operations #69

Merged
merged 1 commit into from
Feb 28, 2025
Merged

feat(git): more branch operations #69

merged 1 commit into from
Feb 28, 2025

Conversation

tugrulates
Copy link
Member

No description provided.

@github-actions github-actions bot added the core label Feb 27, 2025
Base automatically changed from feat/github/testing to main February 27, 2025 23:55
@tugrulates tugrulates requested a review from Copilot February 27, 2025 23:55
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR adds new branch operations and expands test coverage for Git branch functionality. Key changes include:

  • New test cases for branch listing, creation, deletion, and checkout.
  • New branch-related methods and option interfaces in the core Git implementation.
  • Minor documentation and interface updates in the Git API and testing utilities.

Reviewed Changes

File Description
core/git/git.test.ts Added tests for listing, creating, checking out, and deleting branches.
core/git/git.ts Introduced branch operation methods and updated interface docs.
core/git/testing.ts Updated repository configuration handling and type imports.

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

@tugrulates tugrulates merged commit 638ec8b into main Feb 28, 2025
10 checks passed
@tugrulates tugrulates deleted the feat/git/branch branch February 28, 2025 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant