Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Repository auf github.com auf Stand halten

Code Block
git push

Änderungen am lokalen Branch

lokalen Branch löschen

Code Block
git branch -d <local-branch> (lokalen Branch löschen)

lokalen Branch umbenennen

Code Block
languagenone
git branch -m <newname> (lokalen, aktuell ausgewählten Branch umbenennen)

Datenbank

Migration

Code Block
application@28c2:/app$ ./htdocs_symfony/bin/console doctrine:migrations:generate
application@28c2:/app$ ./htdocs_symfony/bin/console doctrine:migrations:list
application@28c2:/app$ ./htdocs_symfony/bin/console doctrine:migrations:migrate

Sonstiges

.scss zu .css Umwandlung anstoßen

in Docker per SSH
Pfad wechseln auf htdocs_symfony
ausführen:

Code Block
yarn watch