README.md hinzugefügt
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Neues Repo erstellen
|
||||||
|
|
||||||
|
1. Repo in Gitea erstellen
|
||||||
|
2. Lokal: Dateiverzeichnis den selben Namen verpassen
|
||||||
|
3. Im Verzeichnis: git init
|
||||||
|
4. git config --global user.email "alf@wralto.de"
|
||||||
|
5. git config --global user.name "Alf"
|
||||||
|
6. git add .
|
||||||
|
7. git commit -m "Erster Commit!"
|
||||||
|
8. git branch -M main
|
||||||
|
9. git remote add origin http://100.87.87.6:3000/alf/REPONAME.git
|
||||||
|
10. git push -u origin main
|
||||||
|
|
||||||
Reference in New Issue
Block a user