diff --git a/readme.md b/readme.md index 8821157..f1ec7a4 100644 --- a/readme.md +++ b/readme.md @@ -29,16 +29,18 @@ git push -u origin main ``` --------------------------------------------------------------------------------------- Pushing an existing repository from the command line - +``` git remote add origin https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git - +``` +``` git push -u origin main - +``` --------------------------------------------------------------------------------------- Update changes - +``` git commit -a -m "Update to main" - +``` +``` git push -u origin main - +``` ---------------------------------------------------------------------------------------