Git Log | displays committed snapshots | Code Incubator | Git Commands tutorials for beginners

Опубликовано: 13 Март 2017
на канале: Code Incubator
14
0

The git log command displays committed snapshots. It lets you list the project history, filter it, and search for specific changes. While git status lets you inspect the working directory and the staging area, git log only operates on the committed history. Git Commands tutorials for beginners