diff --git a/new.py b/new.py new file mode 100644 index 0000000..a1d173e --- /dev/null +++ b/new.py @@ -0,0 +1,3 @@ +for i in range(10): + print(i,"new changes") + #https://cgit.cezentech.com/george/learn_git_here.git# \ No newline at end of file diff --git a/test.py b/test.py index 23e1f92..43bb3b9 100644 --- a/test.py +++ b/test.py @@ -3,4 +3,5 @@ for i in range(10): print(i+1,"hello world") print(i+2,"hello world again") print(i+3,"hello experimental_main") - print(i+7,"hello experimental_main_1") \ No newline at end of file + print(i+7,"hello experimental_main_1") + print("i",i,"coconut knife") \ No newline at end of file diff --git a/test.txt b/test.txt index aa4a88d..b9624d7 100644 --- a/test.txt +++ b/test.txt @@ -2,4 +2,5 @@ my first commit my second commit my third commit my experimental_branch commit -my experimental_branch commit 1 \ No newline at end of file +my experimental_branch commit 1 +new branch experimental_psycho \ No newline at end of file