Skip to content

Commit

Permalink
fix: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-touret committed Apr 2, 2024
1 parent 296b50e commit 254b8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/git_profiles_at_once.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _Photo by [Firdouss Ross](https://unsplash.com/@firdoussross?utm_content=creditC


## Introduction
While fixing the author and email properties for a bunch of existing commits on different repositories, I realised I often forget configuring the good information for both my profesional & personal GIT repositories.
While fixing the author and email properties for a bunch of existing commits on different repositories, I realised I often forget configuring the good information for both my professional & personal GIT repositories.
I particularly skip to specify the good email address of the good GPG signature after checking them out.

I therefore looked around for an industrialised (_~lazy_) solution for fixing this issue once for all.
Expand Down Expand Up @@ -66,7 +66,7 @@ Now let's configure our main git configuration (e.g. ``$HOME/.gitconfig``)
```

As mentioned earlier, I use in this configuration [the ``includeIf`` functionality for checking the remote URL](https://git-scm.com/docs/git-config#Documentation/git-config.txt-codehasconfigremoteurlcode).
Regarding the remote URL (it also works with HTTPS URLs), either the corporate or github configuration will be applied on the fly while applying git commands in my repos.
Regarding the remote URL (it also works with HTTPS URLs), either the corporate or GitHub configuration will be applied on the fly while applying git commands in my repos.

I then configured my corporate git configuration as following:

Expand Down

0 comments on commit 254b8c6

Please sign in to comment.