oqueeh
.net
All topics
>
Git
How to get all changes from origin without applying them using git?
git fetch
--all
Remarks:
Use
git merge
afterwards to merge changes.