Delete 'git.md'
outdated, jetzt gibts gog
This commit is contained in:
parent
c9ecdd0974
commit
a02a8feba4
1 changed files with 0 additions and 23 deletions
23
git.md
23
git.md
|
@ -1,23 +0,0 @@
|
||||||
### how to wiki
|
|
||||||
##### Grafisch:
|
|
||||||
[wiki.reudnetz.org](wiki.reudnetz.org)
|
|
||||||
|
|
||||||
##### Git:
|
|
||||||
initiales einstellen von git
|
|
||||||
|
|
||||||
git config --global user.name "user"
|
|
||||||
git config --global user.email "user@mail.tld"
|
|
||||||
|
|
||||||
initiales saugen des wikis
|
|
||||||
|
|
||||||
git clone git@git.reudnetz.org:wiki.git
|
|
||||||
|
|
||||||
aktualisieren der lokalen daten
|
|
||||||
|
|
||||||
git pull
|
|
||||||
|
|
||||||
"pushen" der lokalen änderungen zum server
|
|
||||||
|
|
||||||
git add DATEI.md # jeweils geänderte Dateien
|
|
||||||
git commit -m "NACHRICHT" # schlaue Nachricht was geändert wurde
|
|
||||||
git push
|
|
Loading…
Reference in a new issue