Objective:
Add the status-software-legal-documents repository as a Git submodule in the status-desktop repository to enable synchronisation of legal documents.
Tasks:
Navigate to the status-desktop repository:
cd status-desktop
Add the status-software-legal-documents repository as a submodule:
Objective:
Add the
status-software-legal-documents
repository as a Git submodule in thestatus-desktop
repository to enable synchronisation of legal documents.Tasks:
status-desktop
repository:status-software-legal-documents
repository as a submodule:git diff --no-index
can compare local legal files with submodule files.Acceptance Criteria:
status-software-legal-documents
submodule is added and visible in the repository.