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
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
2 matches
Mail list logo