From e1e28247d30b2ecd8fd36790887e4b626480876d Mon Sep 17 00:00:00 2001 From: Die Antwoord Date: Mon, 23 Jan 2023 14:23:48 +0200 Subject: [PATCH] Update to main --- readme.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index d912305..7040a50 100644 --- a/readme.md +++ b/readme.md @@ -6,19 +6,24 @@ https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git --------------------------------------------------------------------------------------- Creating a new repository on the command line - -touch README.md ``` +touch README.md +`````` git init -`````` +``` +``` git checkout -b main -`````` +``` +``` git add README.md -`````` +``` +``` git commit -a -m "first commit" -`````` +``` +``` git remote add origin https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git -`````` +``` +``` git push -u origin main ``` ---------------------------------------------------------------------------------------