Re: Git-pull Documentation

2019-02-13 Thread Junio C Hamano
Maris Razvan writes: > I checked and the current behaviour of "git pull " is > to update the remote-tracking branch if required, because, as I have > seen in the code, it just calls "git fetch". The thing is, "git fetch origin next" did *NOT* update remote-tracking branch refs/remotes/origin/ne

Git-pull Documentation

2019-02-13 Thread Maris Razvan
Hello, In the "EXAMPLES" section of the git-pull documentation (https://git-scm.com/docs/git-pull#_examples) there is the following: "[...] Merge into the current branch the remote branch next: $ git pull origin next This leaves a copy of next temporarily in FETCH