/
Notizensammlung
Notizensammlung
git
Update lokales Repository
Lokalen development-Branch aktualisieren
git fetch --all
git pull upstream development
Einen lokalen Featurebranch aktualisieren
(NEVER use pull on a feature branch, but pull to development and then rebase the feature branch on development)
git checkout <feature-branch>
git pull --rebase upstream development
Repository auf github.com auf Stand halten
git push
Änderungen am lokalen Branch
lokalen Branch löschen
lokalen Branch umbenennen
Datenbank
Migration
Sonstiges
.scss zu .css Umwandlung anstoßen
in Docker per SSH
Pfad wechseln auf htdocs_symfony
ausführen:
Related content
#2: Git
#2: Git
More like this
Translation Handling (OC4)
Translation Handling (OC4)
More like this
#3 Docker Entwicklungsumgebung installieren
#3 Docker Entwicklungsumgebung installieren
More like this
Git, Entwicklungsumgebung und Test-Datenbank
Git, Entwicklungsumgebung und Test-Datenbank
More like this
#6: Fehlerhandbuch
#6: Fehlerhandbuch
More like this
#4: Datenbank Zugriff/Import/Export/..
#4: Datenbank Zugriff/Import/Export/..
More like this