What is the difference between `git fetch origin` and `git remote update origin`?
- by Norman Ramsey
In response to a question about pulling one commit at a time from a git repository, I was recommended to use git remote update instead of git fetch. I have read both man pages but cannot say I understood either in its entirety.
Can anyone explain to me how git fetch origin and get remote update origin behave differently?