Új hozzászólás Aktív témák

  • vargalex

    félisten

    válasz rostiron #5743 üzenetére

    Gondolom git-ről jön a forrás. Akkor a

    git status

    parancsra kiírja, hogy mit módosítottál és azt is, hogy mit tudsz tenni. Valahogy így:

    [gavarga@gavarga-5590 plugin.video.exoshark]$ git status
    On branch master
    Your branch is up to date with 'origin/master'.
    Changes not staged for commit:
      (use "git add <file>..." to update what will be committed)
      (use "git restore <file>..." to discard changes in working directory)
     modified:   addon.xml
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
     forrasok.txt
     plugin.video.exoshark-1.5.0.zip
     plugin.video.exoshark-1.5.1.zip
     plugin.video.exoshark-1.5.2.zip
     plugin.video.exoshark-1.5.3.zip
     plugin.video.exoshark-1.5.4.zip
     plugin.video.exoshark-1.5.5.zip
    no changes added to commit (use "git add" and/or "git commit -a")

    Ebből az látszik, hgy az addon.xml file módosult és ha vissza akarom vonni a változásokat, akkor adjam ki a git restore <file> parancsot, azaz ebben a konkrét esetben a

    git restore addon.xml

    parancsot.

    Alex

Új hozzászólás Aktív témák