Added simple README file describing how to pull this project
[rip_dvd/.git] / README
1 The following steps should be followed to pull this code project
2 into a local GIT repository (local directory):
3
4 This command will create a directory called "rip_dvd" in the CWD and pull the code for this project:
5 > git clone http://git.pippins.net/rip_dvd/.git rip_dvd
6
7 To pull updates in the future of this project into your local directory:
8 > cd rip_dvd
9 > git pull origin
10