Git Pull ohne Checkout

# updates local master with changes from remote
git fetch origin master:master
Worrisome Whale