- How do you see the files changed within each commit from git log? by using git log --stat
- How do you see the contents of what changed within each file from the git log? by using git log --patch What does HEAD refer to in the context of git? (Not to be confused with the "HEAD<<<<" one observes within merge conflict). The term HEAD refers to the current commit you are viewing. By default, you'll view the tip of the master branch on a repository, unless the main branch of your repository has a different name. The tip of the master branch is the most recent commit on the main branch of your codebase.
forked from CodeYourFuture/cyf-demo-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
isha789/cyf-demo-repo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published