Skip to content

zotko/zotko.dev

Repository files navigation

Steps to Initialize and Update Submodules

  1. Initialize the submodules: This command initializes the submodules defined in the .gitmodules file.

    git submodule init
  2. Update the submodules: This command fetches the latest submodule code and checks out the appropriate commit.

    git submodule update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages