We're trying to set up automated builds on a server with SourceTree. How can we initiate pulls in SourceTree from the command line?
Community moderators have prevented the ability to post new answers.
Hi Jordan! stree is the command line tool, it basically allows you to pass it a path and hand that off to the app itself, but pulls aren't a part of it. 'git pull' or 'hg pull' should be sufficient for a given repository.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.