1
0
Fork 0

[dev] fix: two typos in /sites/dev/docs/training/git/readme.mdx (#300)

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/300
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: anna_puk <anna_puk@noreply.codeberg.org>
Co-committed-by: anna_puk <anna_puk@noreply.codeberg.org>
This commit is contained in:
anna_puk 2025-05-01 14:21:30 +00:00 committed by Joost De Cock
parent 995b3b0acc
commit 48b11c2016

View file

@ -445,7 +445,7 @@ Which is why it's called `git add`. Under the hood, this data will be stored
To add data, we first need some data. So let's create a file named `hello.md`
and add a line of text in it that says *Hello git*:
```md title="markdown.md"
```md title="hello.md"
Hello git
```
@ -3082,7 +3082,7 @@ Now that you know everything you need to know about git and then some, here
are some tips and best practices to not only make working with git more
enjoyable, but also facilitate working with others.
- Branches or free. Use them.
- Branches are free. Use them.
- Make many small commits, rather than 1 massive commit.
- Adding things to the staging area is a good way to do a *soft-save*
before you're ready to commit.