Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-13732

file renaming with changing only case of letters does not work

    XMLWordPrintable

Details

    Description

      git mv MergeSort.java Mergesort.java
      does affect only local version, even you push it to bitbucket, after some other pull repo it does not compile
      you on your local env see your changes, but if you clone again, you will get MergeSort.java

      step you reproduce:

      touch MergeSort.java
      git commit -a MergeSort.java -m "add class"
      git push
      git mv MergeSort.java Mergesort.java
      git commit -m "amend file name"
      git push
      cd .. rm -rf repository-folder
      git clone repository-url
      ls
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            83429a63c887 borys-zora
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: