Search notes:

.git/config

.git/config (and optionally config.worktree) is a repository's configuration file.
The values in this configuration file can be viewed or modified using git config --local ….
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logalrepdates = true
        symlinks = false
        ignorecase = true

[remote "origin"]
    # See
    #   - git remote and
    #   - Effects of git clone on the .git/config file
        url = https://github.com/…/…
        fetch = +refs/heads/*:refs/remotes/origin/*

[branch "master"]
        remote = origin
        merge = refs/heads/master

[credential]
        helper = store

See also

git clone and the config file it creates
$GIT_COMMON_DIR

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745937166, '3.128.190.205', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/version-control-systems/git/_git/config(65): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78