I currently am observing for changes in .git/refs/remotes/origin/master
My objective is to detect a change SHA on the remote, presumably because someone has made a commit. In order to pull down the lastest remote details I run git fetch --quiet --update-head-ok remoteName
. This does not appear to be the correct file being updated with that command.
Which dir/file should be observed?