-
@tchoi8 the origin/master that git status checks against is your local copy of origin/master, i believe. i dont think it checks the network. git pull internally does a git fetch, which downloads new changes from the network and shows you the updates as a result.