You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we don't want to be calling out to the shell to perform part of the business logic. This should be translated to Clojure, using whatever libraries are appropriate for Git and file system.
The text was updated successfully, but these errors were encountered:
Before going with shell scripts, I had also considered clj-jgit/clj-jgit, but since it is a wrapper around JGit and not real git, I had opted for using shell.
Ideally we don't want to be calling out to the shell to perform part of the business logic. This should be translated to Clojure, using whatever libraries are appropriate for Git and file system.
The text was updated successfully, but these errors were encountered: