3. Log and co

Contents

    Log

    Options communes

    git log --oneline --graph --all --stat

    Show

    git show <commit-id> : informations complètes au sujet du commit
    git show --stat <commit-id> : affiche les stats par fichiers

    Diff

    Références

    HEAD always refers to the most recent commit on the current branch.

    A^n nième parent de A

    A~n suit uniquement les premiers parents !

    Voir aussi…

    rev-parse

    git rev-parse HEAD Affiche le sha / commit id de head

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.