gitsync.ini 188 B

123456789101112
  1. [git]
  2. path = "path"
  3. url = "https://gitUrl"
  4. user = "user"
  5. password = "password"
  6. branch = "branch1"
  7. [sync]
  8. fromPath = "path1"
  9. toPath = "path2"
  10. skipFiles[] = "/file1"
  11. clearPaths[] = "/path1"