I have a folder created with name "Abc" in Git repository, due to some naming convention I planned to change the folder name "Abc" to "ABC", when I do this it's not tracking still my folder name showing that as "Abc" does anybody face a similar problem?
Asked
Active
Viewed 668 times
1
-
What Git version is your Sourcetree using? The embedded one? Or the system one? – VonC Dec 07 '18 at 06:01
-
thank you @VonC I am using Git version 2.16.2 and the Embedded one – ch sandeep kumar Dec 07 '18 at 15:48
-
The embedded one might be too old: try the system one. – VonC Dec 07 '18 at 16:12
-
@VonC I just tried with System one, but no luck, i did not see any changes – ch sandeep kumar Dec 07 '18 at 16:29
-
Is your system Git (the one in the $PATH) the 2.16 one? If yes, can you try and upgrade it to 2.19.2? – VonC Dec 07 '18 at 16:59
-
thank you @VonC, after upgrading the 1.19.2 and configure to SourceTree to System, its worked for me. – ch sandeep kumar Dec 07 '18 at 22:06
-
@VonC correction here, I just upgraded to 2.19.2, in my previous comment I just put 1.19.2, typo mistake – ch sandeep kumar Dec 07 '18 at 22:16
1 Answers
0
The OP ch-sandeep-kumar confirms in the comments:
- configuring SourceTree to use the System Git, not the embedded one (which is often much older)
- upgrading to the latest Git 2.19.2
Then the rename (like git mv
, but through SourceTree) does work.

VonC
- 1,262,500
- 529
- 4,410
- 5,250