How to clone a branch in git with just 2 commands
If you are wondering how to clone a branch in git, while using GitHub or GitLab, the article explains a couple of ways to do so in the fastest way possible. We will be using git clone command. These are all the flags command offers. git clone [–template=<template_directory>] [-l] [-s] [–no-hardlinks] [-q] [-n] [–bare] [–mirror] … Read more