Remove unnecessary mention of Git Bash (#400)

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/400
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: Leo Heitmann Ruiz <eo@noreply.codeberg.org>
Co-committed-by: Leo Heitmann Ruiz <eo@noreply.codeberg.org>
This commit is contained in:
Leo Heitmann Ruiz 2024-03-06 10:19:01 +00:00 committed by Panagiotis "Ivory" Vasilopoulos
parent 85d333f48b
commit 364a316007

View file

@ -5,7 +5,7 @@ eleventyNavigation:
parent: Git
---
Once you've managed to get Git up and running, the first thing you must do before you can use your fresh installation of Git is to tell Git your name and email address. You only have to do this once; this is easily done with `Git Bash`:
Once you've managed to get Git up and running, the first thing you must do before you can use your fresh installation of Git is to tell Git your name and email address. You only have to do this once; this is easily done with:
```bash
git config --global user.name 'knut'