IkiritokunI Posted May 3, 2019 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?
Vilius Posted May 3, 2019 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
Apaec Posted May 3, 2019 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
IkiritokunI Posted May 3, 2019 Author Posted May 3, 2019 Thanks will look in to this soon. Thanks for the ideas!