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
Line 1: | Line 1: | ||
+ | {{stub}} | ||
+ | |||
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. | 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. | ||
Line 16: | Line 18: | ||
</pre> | </pre> | ||
− | |||
[[Category:LabVIEW]] | [[Category:LabVIEW]] |
Revision as of 01:09, 4 February 2010
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. |
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