Configure git author
git config --global user.name GitLab
etc.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
git config --global user.name GitLab
etc.
mentioned in issue #12 (closed)
On a standard GitLab server:
$ cat ~git/.gitconfig
[user]
name = GitLab
email = gitlab@gitlab.example.com
[core]
autocrlf = input
$ ls -l !$
ls -l ~git/.gitconfig
-rw-r--r-- 1 git git 80 Nov 12 12:35 /home/git/.gitconfig
mentioned in merge request !25 (merged)
Status changed to closed
mentioned in commit 286695fd