| Index: man/src/depot_tools_tutorial.demo.walkthrough.sh
 | 
| diff --git a/man/src/depot_tools_tutorial.demo.walkthrough.sh b/man/src/depot_tools_tutorial.demo.walkthrough.sh
 | 
| index f5207cce032cce3a2d19ee7df51d4528ab6b7464..e84c229f5aac457cbd137719cfe49377ecfaa2d9 100755
 | 
| --- a/man/src/depot_tools_tutorial.demo.walkthrough.sh
 | 
| +++ b/man/src/depot_tools_tutorial.demo.walkthrough.sh
 | 
| @@ -120,7 +120,7 @@ echo Fetching origin
 | 
|  git fetch origin 2>&1 | grep -v 'stage' | sed 's+From.*+From https://upstream+'
 | 
|  silent git update-ref refs/remotes/origin/master stage_2
 | 
|  silent git tag -d $(git tag -l 'stage_*')
 | 
| -git rebase-update --no_fetch
 | 
| +git rebase-update --no-fetch
 | 
|  
 | 
|  comment "Well look at that. The CQ landed our typo and chapter2 branches "
 | 
|  comment "already and git rebase-update cleaned them up for us."
 | 
| 
 |