Wie man "dirty"-Git-Submodule ignoriert

English Deutsch

Bearbeiten Sie .gitmodules und fügen Sie ignore = dirty zu allen Modulen hinzu, bei denen Sie den -dirty-Zustand ignorieren möchten.

Beispiel:

.gitmodules.example
[submodule "themes/tailbliss"]
        path = themes/tailbliss
        url = https://github.com/ulikoehler/tailbliss.git
        ignore = dirty

Check out similar posts by category: Git