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
(Add external links and remove stub.) |
|||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
</pre> | </pre> | ||
− | + | ==External Links== | |
+ | *[http://git-scm.com/ Official Git Site] | ||
+ | *[http://en.wikipedia.org/wiki/Git_(software) Git Wikipedia Article] | ||
+ | |||
[[Category:LabVIEW]] | [[Category:LabVIEW]] |
Latest revision as of 05:11, 14 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