What is git term for downloading new data from a remote repository in order to update your local working copy files?
I am talking about git fetch & git merge
or git pull
, is there are specific git term for this operation? I know what these commands do and mean but I am looking for correct git term for this operation.
I have heard of 'pulling' but that is confused often with 'pull request'.
I have also heard of 'reverse engineering' which is even more confusing to me.
What is correct term?