Software Development
A journal for sharing all things software development related
Pull without checkout
Thu, 09 Jul 2020 12:35 UTC by garethbrown
https://stackoverflow.com/questions/18857570/git-pull-without-checkout
git fetch <remote> <srcBranch>:<destBranch>
Example
git fetch origin dev:dev
The information on this site is provided “AS IS” and without warranties of any kind either
express or implied. To the fullest extent permissible pursuant to applicable laws, the author disclaims all warranties, express or implied, including, but not limited to, implied warranties of merchantability, non-infringement and suitability for a particular purpose.