https://github.com/lslezak/libyui-submodules
https://github.com/lslezak/libyui-submodules
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lslezak/libyui-submodules
- Owner: lslezak
- License: gpl-2.0
- Created: 2019-04-16T07:03:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T08:02:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T19:13:54.689Z (over 1 year ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Libyui Submodules Repository
This repository contains the libyui submodules to ease checking out
and updating all libyui Git repositories.
### Commands
Initial clone:
`git clone --recurse-submodules git@github.com:lslezak/libyui-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 `