We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How must I set up Source Tree to pull from processing:
At the moment I have this:
But there wasn't anything to pull for a few months now so my guess is I'm doing it wrong...
Someone please help. It's so time consuming to have to compile with ant every time.
Answers
I don't know if I do it correctly, but when I clone a repository, I have origin pointing to my clone (on my own GitHub repository) and the original repository is named after the project:
Highlight.js | https://github.com/isagalaev/highlight.js.git
origin | https://github.com/PhiLhoSoft/highlight.js.git
for example. At least, it works for me... :-)
Thanks. It seems it worked.