Update to main
This commit is contained in:
parent
c415d4db83
commit
c13c6826b0
14
readme.md
14
readme.md
@ -29,16 +29,18 @@ git push -u origin main
|
|||||||
```
|
```
|
||||||
---------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------
|
||||||
Pushing an existing repository from the command line
|
Pushing an existing repository from the command line
|
||||||
|
```
|
||||||
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
|
||||||
|
```
|
||||||
---------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------
|
||||||
Update changes
|
Update changes
|
||||||
|
```
|
||||||
git commit -a -m "Update to main"
|
git commit -a -m "Update to main"
|
||||||
|
```
|
||||||
|
```
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
|
```
|
||||||
---------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user