Compare commits

..

5 Commits

Author SHA1 Message Date
8fb5c23de3 feat:
--4 my experimental_branch commit ferrari
2026-01-23 23:35:55 +05:30
249b142570 feat:
--new branch experimental_psycho
	--Added new.py
	--
2026-01-23 23:22:13 +05:30
89ef706f97 feat:
--my experimental_branch commit 1
	--print(i+7,"hello experimental_main_1")
2026-01-23 23:14:30 +05:30
32e0680905 feat:
--Added my experimental_branch commit
	--print(i+3,"hello experimental_main")
2026-01-23 23:12:37 +05:30
d4df442097 feat:
--my third commit
	-- print(i+2,"hello world again")
2026-01-23 23:09:21 +05:30
3 changed files with 13 additions and 2 deletions

3
new.py Normal file
View File

@ -0,0 +1,3 @@
for i in range(10):
print(i,"new changes")
#https://cgit.cezentech.com/george/learn_git_here.git#

View File

@ -1,3 +1,7 @@
for i in range(10): for i in range(10):
print(i,"hello worl") print(i,"hello worl")
print(i+1,"hello world") print(i+1,"hello world")
print(i+2,"hello world again")
# print(i+3,"hello experimental_main")
print("coconuts")
print("i",i,"coconut knife")

View File

@ -1,2 +1,6 @@
my first commit my first commit
my second commit my second commit
my third commit
my experimental_branch commit ferrari
my experimental_branch commit 1
new branch experimental_psycho