Learn Git Commands | Tracking Changes | Git Commit | Git Log

Publié le: 19 août 2023
sur la chaîne: Hacking into Coding
219
4

Here are a list of options I use for these commands regularly:

Commit:
git commit -m "[message]": Records the changes in the staging area with a descriptive message.
git commit --amend -m "[message]": Overwrites the last commit message in your history.

Log:
git log: Displays a full history of commits, showing their commit messages, timestamps, and authors (navigate using the arrow keys, q to quit).
git log -[count]: Displays a history of the last [count] commits, showing their commit messages, timestamps, and authors.


Sur cette page du site, vous pouvez voir la vidéo en ligne Learn Git Commands | Tracking Changes | Git Commit | Git Log durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Hacking into Coding 19 août 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 219 fois et il a aimé 4 téléspectateurs. Bon visionnage!