I know you can move files. But what about renaming and moving whole directories?
Actions menu, Move... option at the bottom of the dropdown. Alternatively, the command line git command always works.
git
How can I update git sub modules in SourceTree?
I'd like to see who contributed which line/change to a file. git-blame does exactly that. So does SourceTree have a git-blame view?
For some reason, when I initially did a pull from the repository for a git project of mine, I got a ton of files in my working copy that have no discernible changes made to them, but keep showing up …