Skip to content

Тест ссылок на другие gitrep

Notifications You must be signed in to change notification settings

fedkam/git-test2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-test2

Тест ссылок на другие gitrep https://git-scm.com/book/en/v2/Git-Tools-Submodules

git clone --recurse-submodules nameURL клонирование\инитПодМодулей\ОбновлениеПодМодулей

git submodule add nameURL

git submodule init
git submodule update --remote _nameSubmodule

Команды для полного удаления git сабмодуля:
Удалить секцию модуля из .gitmodules
Выполнить команду git add .gitmodules
Удалить модуль из .git/config
Выполнить команду git rm -rf --cached path_to_submodule чтобы удалить директорию из индекса
Выполнить команду rm -rf .git/modules/path_to_submodule
Выполнить коммит git commit -m "Removed submodule "
Выполнить команду rm -rf path_to_submodule чтобы удалить "неотслеживаемые" файлы подмодуля

About

Тест ссылок на другие gitrep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published