git clone
Table of Contents
git clone
reference
# Clone only 'gh-pages' branch of 'note.git' repo into './notes-gh-pages'
git clone --branch gh-pages --single-branch https://github.com/yeonghoey/yeonghoey.git yeonghoey-gh-pages
# └─ -b, can also be a tag