« Git Commandes » : différence entre les versions
Aucun résumé des modifications |
|||
| Ligne 1 : | Ligne 1 : | ||
==Log== | ==Log== | ||
=== Voir les commits === | |||
<syntaxhighlight lang="bash" line copy> | <syntaxhighlight lang="bash" line copy> | ||
git log --oneline | git log --oneline | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Voir les infos du dernier commit === | |||
<syntaxhighlight lang="bash" line copy> | <syntaxhighlight lang="bash" line copy> | ||
git log -1 HEAD | git log -1 HEAD | ||