dev-resources.site
for different kinds of informations.
Hugo Submodules
Published at
9/27/2020
Categories
hugo
submodules
Author
carbans
Main Article
Author
7 person written this
carbans
open
Hello!!
This blog it's made with Hugo, and today I'm going to give you some tips for sync content and git project across different machines.
It's important know that when you pull your repo the submodules not pull with it. If you want to pull all include submodules you need to type this:
git clone --recursive url
If you have already cloned a repository and want to load it's submodules you need to type this:
git submodule update --init
Here I'm give you some links to explore and understading the submodules on git.
submodules Article's
15 articles in total
Have you ever used `git submodules`?
read article
Cloud Build Setup with Private Github Repos and Submodules
read article
Basic C++ Unit Testing with GTest, CMake, and Submodules
read article
Submoduler: A tool to automatically keep git submodules updated through Python & Docker
read article
Using Hugo Modules Instead of Git Submodules
read article
Build your personal toolbox with git submodules
read article
Crazy case of Embedding Git Repositories
read article
Git Submodules
read article
Multi-component CMake-based project with Git X-Modules
read article
How to develop an Android library together with the apps using it
read article
How to Set Up a Hugo Site on Github Pages - with Git Submodules!
read article
Hugo Themes - Making Modifications while Keeping the Source Up-To-Date
read article
Hugo Submodules
currently reading
Deploying a Hugo Site with Git Submodules on AWS Amplify
read article
Bash profile shortcuts and terminal customizations
read article
Featured ones: