Taking file(s) from other branch into current one. #4834
Unanswered
GeertVcCnh
asked this question in
Q&A
Replies: 1 comment
-
Select the other branch in the branches panel, type It may be easier to type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible using
lazygit
to take in one or more file(s) from a non-active local branch into an active local branch?The
git
CLI command to take in a file from another branch into the current one is:git checkout <name_of_other_branch> <file_of_other_branch
.I could not immediately find an item in the help overview (
Shift-?
) but that said I must say I'm not a seasoned user oflazygit
yet.Best,
Beta Was this translation helpful? Give feedback.
All reactions