Compare commits

...

13 Commits

Author SHA1 Message Date
6a398dcde8 Merge branch 'master' of https://gitea.mhrooz.xyz/iicd/git-learner 2024-08-21 01:13:35 +02:00
f9e486b837 Revert "modify Morgen.txt"
This reverts commit 37a4decc83.
2024-08-21 01:05:00 +02:00
37a4decc83 modify Morgen.txt 2024-08-20 23:20:31 +02:00
f2dd2b6d5c add hello.h 2024-08-20 23:19:55 +02:00
ca358d7dcb move .gitignore outside also works 2024-08-20 23:19:04 +02:00
572f5215ce ignore object files 2024-08-20 23:18:12 +02:00
9d867fc271 Hello world initialized 2024-08-20 23:17:24 +02:00
515dd2b9c4 README is from welcome.txt: 2024-08-20 23:16:50 +02:00
7fca44eac8 commit with --amend test. 2024-08-20 23:00:34 +02:00
ce2b85da59 test a test file 2024-08-20 22:56:59 +02:00
df3218e422 delete hello.h 2024-08-20 22:52:39 +02:00
73624ddf35 add hello.h to make an experiment 2024-08-20 22:50:36 +02:00
a4039843d6 test commit amend 2024-08-20 22:30:49 +02:00
7 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.swp
*.h
hello
*.pyc

1
Morgen.txt Normal file
View File

@ -0,0 +1 @@
Guten Morgen

1
README
View File

@ -1,2 +1,3 @@
Hello.
Nice to meet you.
README

1
hello.h Normal file
View File

@ -0,0 +1 @@
#include <stdio.h>

1
notes/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pyc

1
test Normal file
View File

@ -0,0 +1 @@
test

1
welcome.txt Normal file
View File

@ -0,0 +1 @@
Hello world