|
|
@ -24,6 +24,9 @@ c:\dev\clyde\src ▷
|
|
|
|
External commands are invoked in the same way:
|
|
|
|
External commands are invoked in the same way:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
c:\one ▷ cd two
|
|
|
|
c:\dev\clyde ▷ git status
|
|
|
|
c:\one\two ▷
|
|
|
|
On branch main
|
|
|
|
|
|
|
|
Your branch is up to date with 'origin/main'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nothing to commit, working tree clean
|
|
|
|
```
|
|
|
|
```
|
|
|
|