-
Add the scripts repository as a submodule in your project:
git submodule add https://github.com/JuanVilla424/scripts.git
or, using branch
git submodule add -b <branch_name> https://github.com/JuanVilla424/scripts.git
-
Update the submodule when there are changes:
git submodule update --remote --merge