Update Update Guide authored by Jonathan Jones's avatar Jonathan Jones
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
Here's a typical scenario: Here's a typical scenario:
``` bash ``` bash
user@host:~/repo/blocks$ git checkout <branch> user@host:~/repo/blocks$ git checkout <branch>
(git tells you it won't check out <branch> because you have changes you haven't committed) (git tells you it will not check out <branch> because you have changes that have not been committed)
``` ```
You now have three choices: You now have three choices:
... ...
......