mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-12-04 19:10:32 +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:
|
Examples are:
|
||||||
|
|
||||||
~~
|
```bash
|
||||||
git add "example.txt"
|
git add "example.txt"
|
||||||
~~
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
~~
|
```bash
|
||||||
git add --all
|
git add --all
|
||||||
~~
|
```
|
||||||
|
|
||||||
if you want to stage all changes.
|
if you want to stage all changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue