Advanced Search
Search Results
4 total results found
Using Git Submodule in Gitlab CI
✍ Last Updated : December 19, 2022 🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article [Git Submodule](Git Submodule 44959cb161e24131ab89e18e5f89eb12.md) Gitlab CI Variables ❓ Key Question / Probl...
Removing Git Sub Module
How do I remove a submodule? Delete Your Packages Delete Entry on /.gitmodules
Modifying and Committing in Git Sub Module
Edit your package. If you have edited packages, you will have mark like this on the submodules Double click on packages, then you will go to your package git. Commit changes. Commit branch reference in root repositories
Adding Git Submodule
Add Submodule On Source Tree, Right Click near Remotes, Add Submodules Using Git Bash: git submodule add -b <BranchName>[https://gategit.agate.id/newace/modulexyz.git](https://gategit.agate.id/newace/modulexyz.git) <SubModulePath> Now, you have staging a...