Update to main

This commit is contained in:
Die Antwoord 2023-01-23 14:23:48 +02:00
parent 3eaabc4043
commit e1e28247d3
1 changed files with 12 additions and 7 deletions

View File

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