-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #752 from ngageoint/externals_20240920
Externals 20240920
- Loading branch information
Showing
5 changed files
with
9 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,9 @@ git remote add -m main -f nitro_remote [email protected]:mdaus/nitro.git | |
git subtree pull --prefix externals/coda-oss coda-oss_remote main --squash | ||
|
||
git subtree pull --prefix externals/nitro nitro_remote main --squash | ||
git rm -rf externals/nitro/externals | ||
# git is smart, so we only have to do this once and then future subtree pulls will never | ||
# pull these in | ||
# git rm -rf externals/nitro/externals | ||
|
||
# If when you do this command you git a merge conflict because a file that has been removed here has been updated in CODA-OSS, you just need to do a 'git rm <pathname>' to resolve the merge conflict. Then a 'git commit'. | ||
# TODO: Make this script smart enough to do this. | ||
|