Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to view Git commands when executing a SourceTree action?

Christian Arnault July 23, 2014

Hi

I'd like to view the exact Git commands that are executed by a SourceTree action (GitFlow)

Thanks

Christian

2 answers

1 accepted

3 votes
Answer accepted
Balázs Szakmáry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2014

You have at least these two options:

  1. In Tools/Options, switch on "Always display full console output"
  2. When the action is happening, click the "Show Full Output" checkbox under the progress bar. (You need to be quick enough. ;))

The GitFlow command shows this:

sh.exe C:\Users\<username>\AppData\Local\Atlassian\SourceTree\gitflow_local\gitflow\git-flow init -d

Christian Arnault July 23, 2014

OK thanks for your answer

But this does not anser my question:

==> it does not show the plain git commands

How to get them???

Christian

Seth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2014

git-flow commands are NOT plain git commands.

https://github.com/nvie/gitflow

Balázs Szakmáry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2014

SourceTree runs this shell script. You need to open the file and see what it does if you need more details.

Christian Arnault July 29, 2014

OK the question is solved

0 votes
Christian Arnault July 23, 2014

Ok thanks a lot for this. Indeed I have found it.

I'll have a look at it now.

Christian

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events