I am currently using SourceTree on Windows 7. If I run into any problems with my git repository the solutions online always rely on the command line. Is there anyway to enter these commands in SourceTree?
From the Actions
menu select Open In terminal
. You will be presented with a poor shell in which you can use git commands
Another way to open that poor shell is just by clicking on Terminal icon in the main window
You can also use Sourcetree's embedded git from the terminal. Add this to your powershell profile:
Add-PathVariable "${env:UserProfile}\AppData\Local\Atlassian\SourceTree\git_local\bin"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With