Compare commits

...

10 Commits

Author SHA1 Message Date
Ferdinand Ornskov ddebb519d8 blub 2024-09-15 12:03:34 +02:00
Luca Versari 51ffabbb68 Awesome commit (#2)
Co-authored-by: Luca Versari <veluca93@gmail.com>
Reviewed-on: #2
2024-09-15 11:59:54 +02:00
MrPyriteMiner 884c061146 added back the important files I added earlier 2024-09-15 11:51:35 +02:00
Vivienne Burckhardt d88dd23a01 Merge branch 'main' of git.soi.ch:veluca/git-tutorial 2024-09-15 11:50:52 +02:00
Vivienne Burckhardt dafaea2997 Merge branch 'main' of git.soi.ch:veluca/git-tutorial 2024-09-15 11:50:32 +02:00
Cheng Zhong c13254e9ba Merge branch 'main' of git.soi.ch:veluca/git-tutorial 2024-09-15 11:49:53 +02:00
Leo Chen 9cdf3bb3ee Very meaningful message 2024-09-15 11:49:12 +02:00
Cheng Zhong 851be27fc0 hello! 2024-09-15 11:48:39 +02:00
Leo Chen c8239b5886 Very meaningful message 2024-09-15 11:48:27 +02:00
Vivienne Burckhardt 075583d7e0 helloo 2024-09-15 11:42:15 +02:00
5 changed files with 17 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Hi

13
READMEINSTEAD.md Normal file
View File

@ -0,0 +1,13 @@
# Hello World
git commit -a -m "Message"
This command adds all modified files, but not new ones, to a commit immediately.
If someone else already commit smth, pull it with
git pull -r
Now you start resolving conflicts. If there's a conflict, you gotta deal with it. Keep doing that till you're done
--> Happiness
continue with "git rebase --continue"
then you can pmossibly change the commit message
then you can push
git log
exists as a log of what happened

1
anotherfileagain.txt Normal file
View File

@ -0,0 +1 @@
hi there

1
hello.txt Normal file
View File

@ -0,0 +1 @@
test from cheng

1
hi.txt Normal file
View File

@ -0,0 +1 @@
Hello!