Skip to content

Commit

Permalink
--depth 1 for git-clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith authored and Dan Smith committed Jan 23, 2023
1 parent 52681c2 commit f9cdea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy_externals.csh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rm -r -f tmp && mkdir tmp && cd tmp
git clone --depth 1 -b main git@github.com:mdaus/coda-oss.git
rm -r -f coda-oss/.git

git clone -b main git@github.com:mdaus/nitro.git
git clone --depth 1 -b main git@github.com:mdaus/nitro.git
rm -r -f nitro/.git
rm -r -f nitro/externals

Expand Down

0 comments on commit f9cdea6

Please sign in to comment.