diff --git a/content/git/configuring-git.md b/content/git/configuring-git.md index 838548e..7b2135a 100644 --- a/content/git/configuring-git.md +++ b/content/git/configuring-git.md @@ -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'