git - Push count increasing when Pull in SourceTree -


i new git , sourcetree. facing problem whenever pull operation in sourcetree tool. if receiving 3 changesets pulling latest, same count increasing in push icon. image more info:

enter image description here

i not understand why should push same changes have pulled... please help.

when pull, git more fetch latest commits. also, if necessary, merges last local commit latest remote commit. merge creates new commit on local machine, why more "ahead" after pull. totally normal; go ahead , push.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -