Commit History Flashcards
1
Q
git log
A
show all commits, starting with newest
2
Q
git log -p
A
show changes over time for a specific file
3
Q
git blame
A
who changed what and when in
git log
show all commits, starting with newest
git log -p
show changes over time for a specific file
git blame
who changed what and when in