https://github.com/lslezak/yast-submodules
https://github.com/lslezak/yast-submodules
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lslezak/yast-submodules
- Owner: lslezak
- License: gpl-2.0
- Created: 2019-04-14T12:06:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T06:54:04.000Z (about 7 years ago)
- Last Synced: 2025-03-29T06:33:16.251Z (over 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## YaST Submodules Repository
This repository contains the YaST submodules to ease checking out
and updating all YaST Git repositories.
### Commands
Initial clone:
`git clone --recurse-submodules git@github.com:lslezak/yast-submodules.git`
This clones the repositories in the detached HEAD state, please run
`git submodule foreach "git checkout master"` to checkout the `master` branch.
Updating the repositories:
- `git submodule foreach "git pull --rebase"`
- or run the `./parallel-update` script which updates the modules in parallel
which is much faster
Adding new modules:
- `git submodule add -b master `
Removing a module:
- `git rm `