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

Publicado em: 19 Agosto 2023
no canal de: 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.


Nesta página do site você pode assistir ao vídeo on-line Learn Git Commands | Tracking Changes | Git Commit | Git Log duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Hacking into Coding 19 Agosto 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 219 vezes e gostou 4 espectadores. Boa visualização!