diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-10-20 16:39:58 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-10-20 16:42:10 +0200 |
| commit | 08e817eeb0d62dc8afc8dbd416971b68854036b2 (patch) | |
| tree | a76fe5713e00a8c55a76c8122c868978a4b72b2b /.gitconfig | |
| parent | a0f646e8c14db26eb13f8336a7cc8937d9c476b2 (diff) | |
Refactoring of bash_profile and remove deprecated homebrew token
The token didn't have any permissions, was used to just increase the
rate limit when it was reached.
This is why it's ok to leave it in the history after it has been
revoked.
This also fixes and adds some dependencies using homebrew
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,13 +43,14 @@ [fetch] prune = true [commit] - gpgsign = true + gpgSign = true verbose = true [rerere] enabled = true autoUpdate = true [tag] sort = -version:refname + gpgSign = true [maintenance] auto = true strategy = incremental |
