Changes
Page history
Update Update Guide
authored
Jun 16, 2019
by
Jonathan Jones
Show whitespace changes
Inline
Side-by-side
Update-Guide.md
View page @
b8bea154
...
...
@@ -16,7 +16,7 @@
Here's a typical scenario:
```
bash
user@host:~/repo/blocks
$
git checkout <branch>
(
git tells you it w
on
'
t check out <branch> because you have changes
you
have
n'
t
committed
)
(
git tells you it w
ill no
t check out <branch> because you have changes
that
have
not been
committed
)
```
You now have three choices:
...
...
...
...