Skip to content

jacobourar/Respuestas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Respuestas

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

git log --stat

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

git log --raw

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

Refers to the last commit you did

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published