You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I haven't seen anything like this yet.
As far as I understood git yet, git does not handle directories - it simply handles files (for example you cannot add an empty directory to git). git is not aware of the concept of directories. As Sourcetree is mainly a git GUI-Frontend, SourceTree is also (mainly) directory agnostic.
Still not possible in Sourcetree AFAIK. You can however use
gitk -- path/to/folder
from the command line to display a GUI showing the git commits that affected a particular folder.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not know of a way to do this in SourceTree but using the terminal
the commands you are looking for are:
git log -- path/to/folder
git log -- path/to/folder/*
This should give you the history of the folder.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Select the directory from whichever view you want. Right-click and choose "log selected". You can even do this while looking at deleted directories in the history.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From which view can you "select the directory"? I can select files and choose "log selected," but I don't know of anywhere within Sourcetree that I can right-click on a directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't do that in SourceTree. There may be a complex git command that gets you that information, but I don't know what it is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.