DORSETRIGS
Home

git-mv (2 post)


posts by category not found!

How do I move files to a new location in my Git repository without losing their history?

Moving Files in Git Without Losing History Moving files in Git is a common task but its crucial to do it correctly to preserve the full history of those files I

2 min read 04-10-2024 40
How do I move files to a new location in my Git repository without losing their history?
How do I move files to a new location in my Git repository without losing their history?

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 76
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