You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Title: Files from the new branch persist after switching back to main
Description:
When switching from a newly created branch back to the main branch, files added in the new branch remain in the working directory. These files should not persist in the main branch unless explicitly committed and merged.
Steps to Reproduce:
Check out a new branch: git checkout -b new-branch.
Add new files to the working directory in the new branch.
Push the changes to the origin: git push origin new-branch.
Switch back to the main branch: git checkout main.
Expected Result:
The files added in the new branch should not appear in the working directory when back on the main branch.
Actual Result:
Files from the new branch remain in the working directory after switching back to the main branch.
Environment:
Git Version: 2.47.1
Operating System: macOS Version 14.6.1 (23G93)
VS Code version: Code 1.96.2 (Universal) (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Darwin arm64 23.6.0
Modes:
Type: Bug
Bug Title: Files from the new branch persist after switching back to main
Description:
When switching from a newly created branch back to the main branch, files added in the new branch remain in the working directory. These files should not persist in the main branch unless explicitly committed and merged.
Steps to Reproduce:
Expected Result:
The files added in the new branch should not appear in the working directory when back on the main branch.
Actual Result:
Files from the new branch remain in the working directory after switching back to the main branch.
Environment:
Git Version: 2.47.1
Operating System: macOS Version 14.6.1 (23G93)
VS Code version: Code 1.96.2 (Universal) (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Darwin arm64 23.6.0
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Extensions (35)
A/B Experiments
The text was updated successfully, but these errors were encountered: