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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

GIT LOG COMMAND

A

Usage: git-log
Show commit logs

Usage: git-log –oneline
Show commits in one line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly