github - Git command to see if repository has changed (no diff) -
say clone
git repo locally... time goes , want see if has changed @ origin... don't, necessarily, want fetch
or pull
...yet.
what's command seeing list of commits since last pulled...or fact there have been commits since last pulled?
i don't want overhead of diff
in case...
git remote show origin
Comments
Post a Comment