image of header

Git submodule

2025/03/16

adding and updating submodule

# adding $ git submodule add https://github.com/cheedah/<repository-name>.git # updating # if it's the first time after you clone the repo $ git submodule init $ git submodule update --remote

Copyright © 2025 All rights reserved.