remove git fetch --shallow to avoid a full git clone. we can remove it and git fetch origin main(base) with --depth N to do the git rebase.
remove git fetch --shallow to avoid a full git clone.
we can remove it and git fetch origin main(base) with --depth N to do the git rebase.