You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi All,
I have I think a bit unusual question.. I guess that it's not supported but maybe I'll be surprised :)
I'm used to work with SourceTree for long time, and I recently joined a new company which allows developers to work with their own ec2 instance for development.
The process is that each developer pulls all repository to that ec2 machine, and can ramp up the whole environment with docker-compose up locally on that ec2 machine.
VS Code has out of the box ability to connect to a remote ssh, which allows executions of all git operations on that remote folder via their own source control UI extensions.
I was wondering if such a thing can be done using SourceTree.
Thanks.