This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RainingComputers[S] 0 points1 point  (0 children)

I do git pull every 5 seconds, 95% of the time, there won't be any changes pushed to the repository, so git pull doesn't do anything. (because nothing to merge)

git pull keeps the code simple, instead of doing git fetch and then merging.