Closed sanzoghenzo closed 1 month ago
fixes #33
This will perform a full clone of the repositories instead of a shallow clone.
I'm not a git expert, but from what I've read shallow clones are good for one-time download of a repo, and don't play well with subsequent fetches.
I also moved the "Already up to date" error check in the pullChanges function to entirely decouple the stack module from git.
:tada: This PR is included in version 1.5.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
fixes #33
This will perform a full clone of the repositories instead of a shallow clone.
I'm not a git expert, but from what I've read shallow clones are good for one-time download of a repo, and don't play well with subsequent fetches.
I also moved the "Already up to date" error check in the pullChanges function to entirely decouple the stack module from git.