From 115d99107ccea87fc3fa9d1a0c794152c3e4c4ef Mon Sep 17 00:00:00 2001 From: MrPyriteMiner Date: Sun, 15 Sep 2024 11:40:58 +0200 Subject: [PATCH] I renamed the file --- README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index f3a4e32..0000000 --- a/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# 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 \ No newline at end of file