SourceTree Won’t Show All My Changes
Change The Maximum Lines And Size In Options Tools > Options > Diff Change Max Diff Line Count And Change Size Limit (Text)
Change The Maximum Lines And Size In Options Tools > Options > Diff Change Max Diff Line Count And Change Size Limit (Text)
I feel the existing answers slightly missed the point. Here is my own dog food: Arguments Detail: Diff: $LOCAL $REMOTE Merge: $LOCAL $BASE $REMOTE –auto-merge –output=$MERGED For External Diff, you need to remove $BASE from your argument list. For 3-way merging, you need to click on the External Merge Tool option instead, which will only … Read more
If you have pushed the commits upstream… Select the commit you would like to roll back to and reverse the changes by clicking Reverse File, Reverse Hunk or Reverse Selected Lines. Do this for all the commits after the commit you would like to roll back to also. If you have not pushed the commits … Read more
SourceTree uses the default “Open With” application like Explorer. As far as I know other than changing the default application used by each file extension you cannot change the behavior of the menu item in SourceTree. However… You can add a custom action to achieve the same result using Tools | Options, Custom Actions tab: … Read more
Hi I’m also relatively new but I can give you basic help. To switch to another branch use “Checkout”. Just click on your branch and then on the button “checkout” at the top. UPDATE 12.01.2016: The bold line is the current branch. You can also just double click a branch to use checkout. Your first … Read more
Just want to give more clarity to this old question with these simple pictures, although this is for the latest commit only (updated for SourceTree 2.5.2). Under ‘Workspace’, select ‘File Status’: Click the commit message box to expand it, then you will find ‘Amend last commit’ by clicking ‘Commit options’ at the bottom right:
I have the same problem here, you can still use Git-Flow From the menu: “Repository-> Git flow /HG flow -> Next action” Using the hotkey: “⌥+⌘+F. But still not able to get the button back… :/ On the download page the button is also gone: https://www.sourcetreeapp.com/ Alternative you can download the previous version here: http://downloads.atlassian.com/software/sourcetree/SourceTree_2.1.dmg … Read more
I had to manually clear stored credentials by emptying those files on my Windows: %LocalAppData%\Atlassian\SourceTree\userhost %LocalAppData%\Atlassian\SourceTree\passwd Then restart SourceTree.