|
You are here |
www.cyberdemon.org | ||
| | | | |
sporks.space
|
|
| | | | | Let's say you have a submodule that you want to change, but the submodule itself is huge. You might not want another copy of it, so you're holding off on running git submodule update --init. Internally in your repo, Git... Continue reading ? | |
| | | | |
www.maxpou.fr
|
|
| | | | | Understanding the Git Folder Structure and how git works under the hood. | |
| | | | |
pbrisbin.com
|
|
| | | | | Git submodules are pretty great. They allow you to have nested git repositories so that modular parts of your app can exist as separate repos but be worked with as one file tree. Another benefit is that when submodules are pushed to github they appear simply as links to the repos they represent. If your not familiar, go ahead and google then come back - how submodules work overall is not the point of this post. | |
| | | | |
static.quest
|
|
| | | A look into the wonderful world of Static Site Generators | ||