1
0

.gitconfig 303 B

123456789101112
  1. # This file is managed by gitlab-ctl. Manual changes will be
  2. # erased! To change the contents below, edit /etc/gitlab/gitlab.rb
  3. # and run `sudo gitlab-ctl reconfigure`.
  4. [user]
  5. name = GitLab
  6. email = gitlab@docker.gitlab.com
  7. [core]
  8. autocrlf = input
  9. [gc]
  10. auto = 0