GitQuery icon indicating copy to clipboard operation
GitQuery copied to clipboard

Sync files and directories from a remote Git repo. CLI and Gradle Plugin.

Results 10 GitQuery issues
Sort by recently updated
recently updated
newest added

Exception in thread "main" java.lang.IllegalStateException: Config file does not exist (gitquery.yml) at com.tinder.gitquery.core.config.GitQueryConfig$Companion.load(GitQueryConfig.kt:124) at com.tinder.gitquery.cli.GitQueryCli.run(GitQueryCli.kt:104) at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:171) at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:16) at com.github.ajalt.clikt.core.CliktCommand.parse(CliktCommand.kt:395) at com.github.ajalt.clikt.core.CliktCommand.parse$default(CliktCommand.kt:392) at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:410) at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:435) at com.tinder.gitquery.cli.GitQueryCliKt.main(GitQueryCli.kt:137)

For CLI users, add a warning message to sync / init commands when a newer version is available.

This would potentially allow for a slightly different workflow for GitQuery as it can now be used like cp or mv. We should really tighten up the incremental support features...

https://github.blog/2020-01-13-highlights-from-git-2-25/ it may potentially offer benefits in the form of partial cloning or remote reference resolving so we can get a specific version of each file without cloning the full...

by: 1) creating a different directory per repo per branch 2) use the $Home/.gitquery folder for cache if possible 3) make the cache folder a setting

One file in the output directory. Contains a json file that has the config path for key and list files inside with checksums. In case of cleanOutput=false this file would...