Question

I'm forced to work with LabVIEW source code on a Windows 7 machine and am curious what might be the best setup to handle the source code in a remote Git repository.

Currently I'm handling everythin like I would with my C projects, means Git Bash and a simple .gitignore file that excludes .aliases and .lvlps files, but think that there might be some possible improvement.

Thanks for every suggestion.

Was it helpful?

Solution 2

If you have LV professional you can get diff and merge to work using

https://github.com/joerg/LabViewGitEnv

I use this together with git bash.

OTHER TIPS

You could look for tips and ideas in the NI Community Group set up just for Git users.

https://decibel.ni.com/content/groups/git-user-group?view=blog

Well, what answers do you expect?

If you are searching for another git client, i can recommend you TortoiseGit. Im working with Egit, but thats only for eclipse. Im sure there are a bunch of clients out there, just google it.

Other than that, Git Bash is fine. It works, why change it? Using another client won't give you any benefits other than better UI's.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top