Update to main

This commit is contained in:
Die Antwoord 2023-01-23 14:25:01 +02:00
parent c415d4db83
commit c13c6826b0

View File

@ -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
```
---------------------------------------------------------------------------------------