1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 14:12:38 +00:00

Fix codeblocks, now formatted like bash

This commit is contained in:
Hannes G 2023-08-16 15:40:52 +02:00
parent dcc8099b11
commit c03927d825

View file

@ -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.