Update to main
This commit is contained in:
parent
3eaabc4043
commit
e1e28247d3
19
readme.md
19
readme.md
@ -6,19 +6,24 @@ https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git
|
|||||||
|
|
||||||
---------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------
|
||||||
Creating a new repository on the command line
|
Creating a new repository on the command line
|
||||||
|
|
||||||
touch README.md
|
|
||||||
```
|
```
|
||||||
|
touch README.md
|
||||||
|
``````
|
||||||
git init
|
git init
|
||||||
``````
|
```
|
||||||
|
```
|
||||||
git checkout -b main
|
git checkout -b main
|
||||||
``````
|
```
|
||||||
|
```
|
||||||
git add README.md
|
git add README.md
|
||||||
``````
|
```
|
||||||
|
```
|
||||||
git commit -a -m "first commit"
|
git commit -a -m "first commit"
|
||||||
``````
|
```
|
||||||
|
```
|
||||||
git remote add origin https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git
|
git remote add origin https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git
|
||||||
``````
|
```
|
||||||
|
```
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
```
|
```
|
||||||
---------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user