Git Clone a Specific Branch Example

Описание к видео Git Clone a Specific Branch Example

If you want to only clone a specific branch, this example is for you.
The need to clone only one branch is often associated with continuous delivery and continuous integration environments where only a quick compile is needed. If you only need to build the develop branch, just git clone that specific branch only, don't bring down master, hotfix and release.
By the way, in such a situation, it's not a bad idea to make the clone depth 1. Why even bring down the history when you git clone a single branch?
No trees were hurt in the making of this git clone specific branch example.

Комментарии

Информация по комментариям в разработке