Neuer Versuch:
- Ein leeres Master-Repo erstellt (P:\masterrepo)
- Ein leeres Dev-Repo erstellt (T:\test\dev)
- Ein leeres Prod-Repo erstellt (P:\test\prod)
- In Dev und Prod habe als Remote den Master eingetragen.
- Im Dev-Repo eine neue Datei erstellt (test.php)
Aus dem Dev-Repo heraus den Push probiert Ich erhalte die Meldung: "refs/heads/master" is behind "refs/remote/masterrepo/master". Update your branch by doing a Pull.
Bei einem Pull kommt wieder: No merge base found!
Beim Pull gibt es noch mehrere Optionen:
- Fetch all
- Pull (fast-forward if possible) = Default
- Pull (fast-forward only)
- Pull (rebase)
Was mache ich nur falsch?
LG Klaus