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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -