IkiritokunI Posted May 3, 2019 Share Posted May 3, 2019 Dear community, I'm working with a friend on a easy script (tut island). But we want to share the script when it get edited. Instead of sending it all the time over discord I want to '' push and pull'' it in intj. I had this a long time ago working but can't remember how to set it up right now. Is there a guide for it? Quote Link to comment Share on other sites More sharing options...
Vilius Posted May 3, 2019 Share Posted May 3, 2019 Ya need git or version control. Setup a github or a gitlab account, create a repository, clone it into your IDE and there you go. 1 Quote Link to comment Share on other sites More sharing options...
Chris Posted May 3, 2019 Share Posted May 3, 2019 https://www.youtube.com/watch?v=SWYqp7iY_Tc Quote Link to comment Share on other sites More sharing options...
Apaec Posted May 3, 2019 Share Posted May 3, 2019 Probably easiest to do this via the commend line rather than using built in IDE functionality. In terms of version control, I'd say git is the way to go at the moment. Do as @Vilius said! There are plenty of tutorials available on the web if you get stuck. Apa Quote Link to comment Share on other sites More sharing options...
IkiritokunI Posted May 3, 2019 Author Share Posted May 3, 2019 Thanks will look in to this soon. Thanks for the ideas! Quote Link to comment Share on other sites More sharing options...