Where is git mv in SourceTree?

I know that you can move files. But what about renaming and moving entire directories?

+7
source share
2 answers

Actions , Move ... at the bottom of the drop-down list. Alternatively, git command line command always works.

+5
source

You can use the git mv command on the command line, after which SourceTree correctly indicated the move. The SourceTree command line can be opened using the Terminal button.

There is currently no way to do this right inside SourceTree, at least for the folder.

+1
source

All Articles