I watched a tutorial on the Mac version of Sourcetree where right-clicking on a file presented a 'move' option.
However, this option seems absent in my Windows version of Sourcetree.
Is there a known issue with this?
If I want to rename a file in the Windows version of Sourcetree, do you have any recommendations?
Thank you for your assistance.
Windows version:
Mac version:
Hi @JAY LIU
The Windows build of Sourcetree does not have the same file-level rename or move option that the Mac Finder integration gives you in the file list. This is a UI limitation on the Windows side, not a Git limitation.
What I would do instead:
git mv oldname newname for a clean rename that Git tracks properly.Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.