12 lines
349 B
Text
12 lines
349 B
Text
$ git status
|
|
On branch main
|
|
Changes to be committed:
|
|
(use "git restore --staged <file>..." to unstage)
|
|
deleted: recordings/interval_logo_small.jpg
|
|
deleted: recordings/salt_logo_small.jpg
|
|
|
|
Untracked files:
|
|
(use "git add <file>..." to include in what will be committed)
|
|
recordings/interval_logo_small.jpg
|
|
recordings/salt_logo_small.jpg
|
|
|