0.0.36 • Published 5 months ago
chromane-utils v0.0.36
Steps to Add utils as a Submodule to your project:
- Navigate to Your Repository:
Open your terminal and navigate to the root directory of your repository.
cd /path/to/your/repository
- Add the Submodule: Use the git submodule add command followed by the repository URL and the path where you want it to appear.
git submodule add [repository_URL] [path/to/folder]
- repository_URL: The URL of the repository you want to include. (https://github.com/chromane/chromane_utils)
- path/to/folder: The directory path where the submodule will reside in your repository. (libs/utils)
Example:
git submodule add https://github.com/chromane/chromane_utils ./src/libs/utils
- Commit the Changes: After adding the submodule, commit the changes to your repository.
git commit -m "Added other-repo as a submodule"
- Cloning a Repository with Submodules: When someone clones your repository, they need to initialize and update the submodules:
git clone [your_repository_URL]
git submodule update --init --recursive
0.0.36
5 months ago
0.0.35
6 months ago
0.0.30
6 months ago
0.0.31
6 months ago
0.0.32
6 months ago
0.0.33
6 months ago
0.0.34
6 months ago
0.0.27
6 months ago
0.0.28
6 months ago
0.0.29
6 months ago
0.0.26
6 months ago
0.0.20
7 months ago
0.0.21
7 months ago
0.0.22
7 months ago
0.0.23
7 months ago
0.0.24
7 months ago
0.0.25
7 months ago
0.0.17
7 months ago
0.0.18
7 months ago
0.0.19
7 months ago
0.0.16
7 months ago
0.0.15
7 months ago
0.0.14
7 months ago
0.0.13
7 months ago
0.0.12
7 months ago
0.0.11
7 months ago
0.0.9
7 months ago
0.0.8
7 months ago
0.0.7
7 months ago
0.0.6
7 months ago
0.0.5
7 months ago
0.0.4
7 months ago
0.0.3
7 months ago
0.0.2
7 months ago
0.0.1
7 months ago