Can someone explain to me how version control works with VEXcode? Is there something in the software that can function like a “save as”?
Sorry if this question is a little basic; I’m kind of new to this kind of programming software.
Can someone explain to me how version control works with VEXcode? Is there something in the software that can function like a “save as”?
Sorry if this question is a little basic; I’m kind of new to this kind of programming software.
No native version control currently in VEXcode Preview - this is mentioned in the release announcement.
I just use git bash to handle version control, though I read they might add an Atom-style git section to it eventually.
There are lots of good graphical software packages that implement git, they do a far better job than we will be able to implement in the near term.
My favorite is
another is
Atlassian have a free tool
We do create a simple .gitignore file for you when you create a new project, it just excludes the build folder from being committed.