Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Organize LabVIEW in a git repository

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.

like image 694
terman Avatar asked Sep 17 '13 12:09

terman


2 Answers

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

like image 92
Phil Brooks Avatar answered Oct 23 '22 14:10

Phil Brooks


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.

like image 43
Arun Persaud Avatar answered Oct 23 '22 13:10

Arun Persaud