You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
376 B

  1. [core]
  2. repositoryformatversion = 0
  3. filemode = false
  4. bare = false
  5. logallrefupdates = true
  6. symlinks = false
  7. ignorecase = true
  8. [submodule]
  9. active = .
  10. [remote "origin"]
  11. url = https://gogs.informatik.hs-fulda.de/jkonert/prog2-codebase
  12. fetch = +refs/heads/*:refs/remotes/origin/*
  13. [branch "main"]
  14. remote = origin
  15. merge = refs/heads/main
  16. [lfs]
  17. repositoryformatversion = 0