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:
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
Post a Comment