An open API service indexing awesome lists of open source software.

https://github.com/lslezak/yast-submodules


https://github.com/lslezak/yast-submodules

Last synced: about 1 year ago
JSON representation

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 `