From 341a7cd5599dabe6d9050ea83b508ee1a5635c86 Mon Sep 17 00:00:00 2001
From: ylha <hanna.ylatalo@helsinki.fi>
Date: Wed, 8 Jan 2025 09:48:22 +0200
Subject: [PATCH 1/3] testing to create and push file to git repo

---
 test.txt | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 test.txt

diff --git a/test.txt b/test.txt
new file mode 100644
index 0000000..e69de29
-- 
GitLab


From 352fdffd66b4a246fdc001e0c7d8ef720c39bbda Mon Sep 17 00:00:00 2001
From: ylha <hanna.ylatalo@helsinki.fi>
Date: Wed, 8 Jan 2025 10:07:47 +0200
Subject: [PATCH 2/3] test.txt was modified in vscode

---
 test.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test.txt b/test.txt
index e69de29..fb65666 100644
--- a/test.txt
+++ b/test.txt
@@ -0,0 +1,6 @@
+#Testi tekstitiedosto
+
+##Tässä testataan
+
+- [ ] onnistuuko clone vscoden terminaalin kautta
+- [ ] osaanko luoda .py tiedoston ja viedä sen local -> global
-- 
GitLab


From 2d3a71cf001488e0628aee2e45960588dec72edb Mon Sep 17 00:00:00 2001
From: ylha <hanna.ylatalo@helsinki.fi>
Date: Wed, 8 Jan 2025 10:13:28 +0200
Subject: [PATCH 3/3] .py file created in vscode environment

---
 vscode_test.py | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 vscode_test.py

diff --git a/vscode_test.py b/vscode_test.py
new file mode 100644
index 0000000..56bf40a
--- /dev/null
+++ b/vscode_test.py
@@ -0,0 +1,5 @@
+#lets try if this works out now
+
+lista = range(10)
+print(lista)
+
-- 
GitLab