You are an anonymous user who can't edit RoboWiki.
Log in if you already have an account. If you would like to become an editor for the wiki, request an account.
Log in if you already have an account. If you would like to become an editor for the wiki, request an account.
Difference between revisions of "Setting up LabVIEW for Git"
Jump to navigation
Jump to search
(Created page with 'Git is perhaps one of the best Version Control Systems (VCS) out there. Created by Linus Torvalds, the creator of Linux, it stands as one of the best in the business despite its …') |
|||
Line 15: | Line 15: | ||
*.lvlps | *.lvlps | ||
</pre> | </pre> | ||
+ | |||
+ | {{stub}} | ||
+ | [[Category:LabVIEW]] |
Revision as of 00:27, 4 February 2010
Git is perhaps one of the best Version Control Systems (VCS) out there. Created by Linus Torvalds, the creator of Linux, it stands as one of the best in the business despite its young age.
Setting up LabVIEW for Git
- Install Git for Windows.
- Install TortoiseGit.
- Reboot.
- Follow the instructions in this tutorial: Using LVmerge LabVIEW Merge Tool with TortoiseSVN
- Relax.
Now, for any project with LabVIEW you need to:
- Create a file called ".gitignore" (without quotes) in your new git repository/LabVIEW project.
- Place the following in the file, save, and commit.
#Ignore personal settings *.lvlps
This article or section is a stub. This means it lacks key information or is not complete yet. You can help by adding to it. Click here to see some more stubs to work on. |