git-sourcing

git-sourcing helps you keep local and remote git repositories synchronised.

Leiningen/Boot

[git-sourcing "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

git-sourcing/git-sourcing {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("git-sourcing:git-sourcing:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>git-sourcing</groupId>
  <artifactId>git-sourcing</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>