mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-12-03 18:30:30 +00:00
Fix codeblocks, now formatted like bash
This commit is contained in:
parent
dcc8099b11
commit
c03927d825
1 changed files with 4 additions and 4 deletions
|
@ -16,15 +16,15 @@ This command stages one or more files for the next commit, adding them to everyt
|
|||
|
||||
Examples are:
|
||||
|
||||
~~
|
||||
```bash
|
||||
git add "example.txt"
|
||||
~~
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
~~
|
||||
```bash
|
||||
git add --all
|
||||
~~
|
||||
```
|
||||
|
||||
if you want to stage all changes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue