From f9366d4fb5cfbb60854fc9d73b670153d1e433a4 Mon Sep 17 00:00:00 2001 From: aho Date: Wed, 4 Aug 2021 13:22:41 +0200 Subject: [PATCH 1/3] Create file on mother branch --- mother.R | 1 + 1 file changed, 1 insertion(+) create mode 100644 mother.R diff --git a/mother.R b/mother.R new file mode 100644 index 0000000..edbc329 --- /dev/null +++ b/mother.R @@ -0,0 +1 @@ +print('hello mother') -- GitLab From 45bda091b3c4523af78925cdb63e5c6a3ead043e Mon Sep 17 00:00:00 2001 From: aho Date: Wed, 4 Aug 2021 13:23:35 +0200 Subject: [PATCH 2/3] Add print on child branch --- mother.R | 1 + 1 file changed, 1 insertion(+) diff --git a/mother.R b/mother.R index edbc329..3ef336c 100644 --- a/mother.R +++ b/mother.R @@ -1 +1,2 @@ print('hello mother') +print('hi child') -- GitLab From e5af0713b37d3fdf56a85dc3b9a1bb7494d716cf Mon Sep 17 00:00:00 2001 From: aho Date: Wed, 4 Aug 2021 13:27:53 +0200 Subject: [PATCH 3/3] Add child2 print --- mother.R | 1 + 1 file changed, 1 insertion(+) diff --git a/mother.R b/mother.R index 3ef336c..4be9b94 100644 --- a/mother.R +++ b/mother.R @@ -1,2 +1,3 @@ print('hello mother') print('hi child') +print('hihihi child 2') -- GitLab