diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index 47a1c9fa..4e51dfe8 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -67,8 +67,7 @@ resumeable bundle file on a content delivery network. This | |||
67 | may be necessary if there are problems with the local Python | 67 | may be necessary if there are problems with the local Python |
68 | HTTP client or proxy configuration, but the Git binary works. | 68 | HTTP client or proxy configuration, but the Git binary works. |
69 | 69 | ||
70 | Switching Manifest Branches | 70 | # Switching Manifest Branches |
71 | --------------------------- | ||
72 | 71 | ||
73 | To switch to another manifest branch, `repo init -b otherbranch` | 72 | To switch to another manifest branch, `repo init -b otherbranch` |
74 | may be used in an existing client. However, as this only updates the | 73 | may be used in an existing client. However, as this only updates the |