Objective:
Add the status-software-legal-documents repository as a Git submodule in the status-mobile repository to enable synchronisation of legal documents.
Tasks:
Navigate to the status-mobile repository:
cd status-mobile
Add the status-software-legal-documents repository as a submodule:
Objective:
Add the
status-software-legal-documents
repository as a Git submodule in thestatus-mobile
repository to enable synchronisation of legal documents.Tasks:
status-mobile
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.