this is probably very trivial but I am confused by terminology used in git.
I have a local branch with lots of uncommited and modified files, and there is a remote/master branch.
I am not ready to push all my local changes to remote/branch since it would start a large merge. I would just like to receive the other changes in remote/branch and apply them on my local version without changing branch.
how to do this? I have been using git extensions but it is not available for me now, I only can use git CLI