alathrop
5/24/2019 - 8:00 PM

git_clone_sample

# get the Azure DLI demo
mkdir ~/msraidli
cd ~/msraidli
git clone https://github.com/msraidli/dogbreeds
cd ~/msraidli/dogbreeds/lab

# particular branch
git clone -b <branch> <remote_repo>

# single branch
git clone -b <branch> --single-branch <remote_repo>

# example
git clone -b opencv-2.4 --single-branch https://github.com/Itseez/opencv.git