Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1KktCzd
via LifeLong Community
Clone a specific Git branch - Stack Overflow
git clone -b my-branch http://ift.tt/1KktDmL
With Git 1.7.10 and later, add --single-branch to prevent fetching of all branches. Example, with OpenCV 2.4 branch:
git clone -b 2.4 --single-branch http://ift.tt/1jCrzMq opencv-2.4
http://ift.tt/1HKvMpy
Done
git clone -b my-branch http://ift.tt/1KktDmL
With Git 1.7.10 and later, add --single-branch to prevent fetching of all branches. Example, with OpenCV 2.4 branch:
git clone -b 2.4 --single-branch http://ift.tt/1jCrzMq opencv-2.4
http://ift.tt/1HKvMpy
Done
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1KktCzd
via LifeLong Community
No comments:
Post a Comment