Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jackiotyu/git-worktree-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jackiotyu/git-worktree-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/skip-remote-ahead-behind
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 3, 2025

  1. feat(tree-view): add option to hide fetch in tree items

    - Add new config option 'treeView.showFetchInTreeItem' to control fetch visibility
    - Implement logic to hide fetch information based on config setting
    - Update WorktreeItem to use a private method for setting description
    - Modify GitFoldersDataProvider and WorktreeDataProvider to use the new config option
    jackiotyu committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    eb54fe3 View commit details
    Browse the repository at this point in the history
  2. build: specify node version for volta

    - Add Volta configuration to package.json
    - Set Node.js version to 18.20.7 for consistent builds
    
    Signed-off-by: jackiotyu <2504448153@qq.com>
    jackiotyu committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    2fd8959 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. build: replace volta with nvm for Node.js version management

    - Remove volta configuration from package.json
    - Add .nvmrc file with specified Node.js version (v18.20.7)
    jackiotyu committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    3182b4f View commit details
    Browse the repository at this point in the history
Loading