📄️ Clone repository
Cloning a repository means creating a local copy of a project that exists in a
📄️ Open repository
If you have already cloned a repository and want to open it again in Gitember,
📄️ Submodules
Git submodules allow you to embed one Git repository inside another as a subdirectory while keeping their histories separate. They are commonly used to include shared libraries or third-party dependencies directly in a project.