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, I am creating a plugin for a (desktop) program. This plugin will obviously has to reside in a specific plugin folder of the application on my local drive.
So I create a local repo where I can work on the code and do commits. However, I want to push the completed plugin to the application's plugin folder on my local drive so I can test it.
Obviously I don't want to create my local repo in the plugin folder of the app, so the repo is created in a different folder, outside of the application.
I don't see how can I set this up in SourceTree so that once I do a commit, it will push (or copy) the file into the application's plugin directory on my local drive. Keep doing a manual file copy every time I want to test it would be crazy.
Any tips how to set this up - if possible? Thanks.