git - update everything
Date: 2020-09-10Last modified: 2023-03-07
How to update all branches?
git remote update
# or
git fetch --all
git pull --all
How to update all branches?
git remote update
# or
git fetch --all
git pull --all