Checking out the subtree is easy enough. You tell it where you want to store the repository (a folder named content) and you give it the location of your remote, the branch name, and voila: $ git subtree add --prefix content git@github.com:ipstenu/hugo ...
↧