Skip to content

Commit

Permalink
Add note about doing initial work outside main
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Dec 23, 2024
1 parent 861e6a4 commit e1435bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ Your branch is up to date with 'origin/rel-7-40-2'.


# Adding a submodule (using Tcl as an example)

NOTE: When testing out new possible dependencies for BEXT, work should be done in
a branch first and then merged into main. Once part of the main history, we can't
remove a dependency repository without breaking bext history - thus, we only want to
add dependencies we're actually going to use for implementing live features. Exploratory
work that might be thrown away is outside of bext's 'main' branch scope.

```
user@linux:~/bext (main) $ cd tcl
user@linux:~/bext/tcl (main) $ git submodule add -b RELEASE https://github.com/BRL-CAD/tcl.git
Expand Down

0 comments on commit e1435bd

Please sign in to comment.