-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ user@linux:~/bext (main) $ git ls-tree main tcl/tcl | |
The operation of updating submodules requires a full git clone, rather than the shallow | ||
checkouts used in normal operation: | ||
``` | ||
user@linux:~ $ git clone --recurse-submodules [email protected]:starseeker/bext.git | ||
user@linux:~ $ git clone --recurse-submodules [email protected]:BRL-CAD/bext.git | ||
user@linux:~ $ cd bext | ||
user@linux:~/bext (main) $ git submodule update --remote | ||
Submodule path 'assetimport/assimp': checked out '6a08c39e3a91ef385e76515cfad86aca4bfd57ff' | ||
|
@@ -179,7 +179,7 @@ Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 352 bytes | 352.00 KiB/s, done. | ||
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0 | ||
remote: Resolving deltas: 100% (2/2), completed with 2 local objects. | ||
To github.com:starseeker/bext.git | ||
To github.com:BRL-CAD/bext.git | ||
23bb902..00ffbf0 main -> main | ||
``` | ||
|