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.
Git LFS
Git Large File Storage (LFS) keeps large binaries β images, videos, design files, datasets β out of the regular Git object store. Gitember stores a small pointer in the repository and transfers the real content over the Git LFS HTTPS API.
Reflog
The reflog is Gitβs local safety log: every time HEAD, a branch, or the stash moves, Gitember records that line. You can use it to recover work after a deleted branch, a hard reset, a rewritten commit, or a dropped stash.