DORSETRIGS
Home

git-log (5 post)


posts by category not found!

How to search a Git repository by commit message?

How to Search a Git Repository by Commit Message Searching for specific commits in a Git repository can often be a tedious task especially if you do not know th

3 min read 08-10-2024 23
How to search a Git repository by commit message?
How to search a Git repository by commit message?

Git log --since not working as expected for 1 day timeframe

Git Log Why since Isnt Working as Expected for a 1 Day Timeframe Lets say you re working on a project and want to see all the commits from yesterday You might u

2 min read 13-09-2024 58
Git log --since not working as expected for 1 day timeframe
Git log --since not working as expected for 1 day timeframe

How to configure 'git log' to show 'commit date'

Displaying Commit Dates in Your Git Log A Comprehensive Guide Are you tired of seeing the author date in your git log output and want to view the commit date in

2 min read 06-09-2024 48
How to configure 'git log' to show 'commit date'
How to configure 'git log' to show 'commit date'

Git auto created a FILE with git logs inside it

Gits Unexpected h File A Mystery Solved Have you ever encountered a strange new file named h appearing in your Git repository after a seemingly normal workflow

2 min read 29-08-2024 45
Git auto created a FILE with git logs inside it
Git auto created a FILE with git logs inside it

No commit history with git log --follow after renaming folder with different case

The Case Sensitivity Conundrum Understanding Gits Behavior with Folder Renames Renaming folders in Git can be tricky especially when dealing with case sensitive

2 min read 29-08-2024 56
No commit history with git log --follow after renaming folder with different case
No commit history with git log --follow after renaming folder with different case