config 360 B

1234567891011121314
  1. [core]
  2. repositoryformatversion = 0
  3. filemode = true
  4. bare = false
  5. logallrefupdates = true
  6. ignorecase = true
  7. precomposeunicode = true
  8. sshCommand = bash test.sh
  9. [remote "origin"]
  10. url = git@localhost:gogs/bbmiqiws.git
  11. fetch = +refs/heads/*:refs/remotes/origin/*
  12. [branch "master"]
  13. remote = origin
  14. merge = refs/heads/master