Many times I have a sourceTree window open on my repo, but I'm also making changes via git command line (git checkout foo, for example). I notice that when I do this, the sourceTree window is now out of sync with my repo state.
- is there a danger in this? If I do a sourceTree operation, could it break my repo state because I've changed things behind sourceTree's back?
- Is there a way to tell sourceTree to watch my repo state, and update accordingly? i.e. if I change branches, have sourceTree also change branches?