5. DIFFERENCES Flashcards
1
Q
GIT DIFF COMMAND
A
Usage: git diff
This command shows the file differences which are not yet staged.
this command is going to show you the difference between these two files.
2
Q
GIT LOG COMMAND
A
Usage: git-log
Show commit logs
Usage: git-log –oneline
Show commits in one line
3
Q
DIFFING BETWEEN BRANCHES
A
There is an extension that you should try using if you are doing a lot of diffing between branches and checkpoints. It’s called GitLens.