From 3490c93c0c1c6e5839a3e652ca05db68dba9a51c Mon Sep 17 00:00:00 2001
From: Julian Sagebiel <julian.sagebiel@idiv.de>
Date: Tue, 21 Feb 2023 11:27:34 +0100
Subject: [PATCH] adding an rfile

---
 README.md    | 6 ++++++
 superRcode.R | 5 +++++
 2 files changed, 11 insertions(+)
 create mode 100644 superRcode.R

diff --git a/README.md b/README.md
index fc9b016..ad66831 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
+
 # This is my awesome Readme file where I make all my notes.
+
+
+now this is the awesome explanation of this git file. 
+
+First stage, then commit else you create chaos. State different file one after the other or all at the same time.
diff --git a/superRcode.R b/superRcode.R
new file mode 100644
index 0000000..31d702f
--- /dev/null
+++ b/superRcode.R
@@ -0,0 +1,5 @@
+## get started
+
+ls(list=ls())
+
+test <- rnorm(10)
-- 
GitLab