caching - how does Git internally handle git push where no outstanding commits -


how git internally handle git push case local branch up-to-date remote , i.e. no outstanding commits ?

does git retrieve latest state remote origin determine "everything up-to-date" --or-- git rely on local cache of remote origin ?

git push check ref remote server (via similar git ls-remote , hashes there. if hashes same 1 branch has doesn't need else , display message.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -