8000 GitHub - mayraamaral/submodule-father: simple repository to test github symbolic links & github submodules
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mayraamaral/submodule-father

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Git & Github Submodules

A submodule is a git repository linked to another one. As example, this is the "father" repository and the folder inside this repository is the "child".

To start a submodule, you just have to enter the father repository and type:

git submodule add https://github.com/${USERNAME}/${NAME_OF_THE_REPOSITORY}

The integration between commits isn't synchronous, every time you push a commit, you also have to bring it to the father repository. You can do it this way:

git submodule foreach git pull origin main

Maybe this can also be helpful:

About

simple repository to test github symbolic links & github submodules

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0