зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
19 строки
494 B
Plaintext
19 строки
494 B
Plaintext
git submodule
|
|
sync - update .git/config based on .gitmodules
|
|
init
|
|
update
|
|
--remote
|
|
add <url> [folder]
|
|
|
|
git clone --recursive <url>
|
|
|
|
!after switching main repo to a new feature-branch, don't forget to do:
|
|
git submodule update
|
|
|
|
2013
|
|
http://blogs.atlassian.com/2013/03/git-submodules-workflows-tips/
|
|
https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407
|
|
|
|
auto-access
|
|
https://stackoverflow.com/questions/40841882/automatically-access-git-submodules-via-ssh-or-https
|