Skip to content

AdnanT-ADN/Greenwich-University-COMP1809

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Answers for the GitHub Questions

How do you see the files changed within each commit from git log?

To see the files changed in a commit, you would type git log --name-only which will show the names of all the files changed in each commit.

How do you see the contents of what changed within each file from the git log?

To see the files changed in each commit. You would use git log --patch. This will show the difference in each file between to commits.

What does HEAD refer to in the context of git? (Not to be confused with the "HEAD<<<<" one observes within merge conflict)

The HEAD usually refers to the latest commit that has been done in the respiratory.

About

This is one of my university modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published