Ⓔ - Programmierung - Git

    Was ist Git?

    Git ist ein Versionskontrollsystem. Es verfolgt Änderungen an Dateien und ermöglicht die Zusammenarbeit an Softwareprojekten.

    Befehlen:

    • git config --get remote.origin.url
    • git remote show origin
    • git config --global user.name name
    • git config --global user.email email@domain.com
    • git fetch --all --prune
    • git fetch origin
    • git checkout file_path/file_name
    • git reset --hard origin/branchName