This message was deleted.
# atlantis-community
s
This message was deleted.
p
atlantis wil do the checkout of the repo for you
what is what you need to do that is not a checkout?
j
So Terramate has some deep integration with Git and checks for changes against the default git branch. I ended up running these commands in a
run
command:
git fetch --unshallow && git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && git fetch --all