Skip to content

Commit 78cf959

Browse files
committed
Document selective pulling from other branches
1 parent 1b72522 commit 78cf959

5 files changed

Lines changed: 19 additions & 0 deletions

File tree

content/vscode/gitlens/GITLENS.png

58.4 KB
Loading

content/vscode/gitlens/compare.png

84.9 KB
Loading

content/vscode/gitlens/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
+++
2+
title="GitLens"
3+
date = 2025-05-24
4+
extra = { series = "VSCode" }
5+
taxonomies = { tags = ["VSCode"] }
6+
+++
7+
8+
# Easily pull in changes from another branch
9+
10+
**WARNING:**: Depending on your use case using merging branches or [git cherry picking](https://www.atlassian.com/git/tutorials/cherry-pick) might make more sense but if the branches will never be merged and you don't want to take entire commits or want to selectively pick from just the current diff between the branches then this might make sense.
11+
12+
- Source Control\
13+
![Source Control Screenshot](source_control.png)
14+
- GITLENS Branches Tab\
15+
![GITLENS Branches screenshot](GITLENS.png)
16+
- Right click on a branch then click `Compare Working Tree to Here`\
17+
![Screenshot of context menu](compare.png)
18+
- Click `Open All Changes`\
19+
![Screenshot of button to show all changes](open_all_changes.png)
91.4 KB
Loading
25.9 KB
Loading

0 commit comments

Comments
 (0)