I know the difference between git pull and git fetch .
but i want to know, Which one is Preferable?
because git pull doing merge automatically without my knowledge. thats the different i found. git fetch wont do that. is there anything else?