Slide 10
Slide 10 text
Notes
Download Git plugin for Netbeans 6.9::
https://code.google.com/p/nbgit/downloads/detail?name=nbgit-0.4-
netbeans-6.9.nbm&can=2&q=0.4
Install meld tool::
sudo apt-get install meld
Configure meld as diff and merge tool::
git config --global diff.external meld
git config --global merge.tool meld