Skip to content

How to merge two folders that have different case sensitivity? #149465

Discussion options

You must be logged in to vote

Hi @kornelbut,

To merge two folders with different case sensitivity

  1. git mv folder1 folder1_temp
  2. git mv folder1_temp Folder1
  3. git commit -m "Merge folders with different case sensitivity"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kornelbut
Comment options

@imDarshanGK
Comment options

Answer selected by kornelbut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question
2 participants