Show Git log with different options
After every commit git log appends its log file. These logs files have various data stored. Git has different ways to show only specific logs. Let's see these options.
1. git config --list
The command will show the username,email-id,repository information,branch etc
2. git log
The command will show the entire git log.
3. git show <commit_id>
The command will show the entire information based on the commit_id.
Please Subscribe and Like
No comments:
Post a Comment