Showing posts with label making a directory and cloning. Show all posts
Showing posts with label making a directory and cloning. Show all posts

Tuesday, 23 April 2013

making a directory and cloning

cd ..
ls
rm -rf demoapp/  #(this is for removing the current directory)
mkdir demoapp
git clone git@github.com:xyz-abc/lmk-ror.git . #(github ssh goes here)