book\02-git-basics\sections\remotes.asc line 192 The merge feature of git pull only works on current branch. So, ``` [...] and multiple branches that are automatically merged when you run `git pull`. ``` could be? ``` [...] and multiple branches that can be merged automatically when you run `git pull`. ```