Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Version control / GIT support?
#1
This might be more of a wishlist thing... but maybe it's something you've thought of already.  I am talking to a few coworkers and it occurred to me that it might be nice to be able to share .cs files for use in AU via a source repository like a git / github repository.  I am not sure of the support for version control in scintilla.  I'm also not sure it would necessarily need to be something that lives in the editor... 

I poked around the filesystem and it seems like the files.xml contains info about all the files in the editor, so that's my first challenge.  It's easy enough to put individual .cs files under version control, but being able to clone / check them out on other machines is not so clean.

Not sure if anyone else would use such a feature either... although with AU using C#, it seems much more likely people could collaborate and share reusable code?
#2
QM3 currently does not have github etc integration, but its workspace folders are compatible with github.

Install GitHub Desktop and create a repository from a QM3 workspace folder.

https://desktop.github.com/

It seems works seamlessly in the direction QM3 -> GitHub Desktop -> push to remote repo. Before pulling from remote repo will need to exit QM3.

A workspace folder contains file "files.xml", maybe more files, folder "files", and several other folders. Some folders contain temporary auto-created files and can be gitignored.
#3
New in LibreAutomate 0.18:
https://www.libreautomate.com/editor/Git...0sync.html
#4
Gintaras, thank you for the Github capability in v0.18. I followed your instructions and it works perfectly.


Forum Jump:


Users browsing this thread: 1 Guest(s)