Git remote branch to local branch

Thilina Dilshan
Nov 17, 2021

git fetch origin <branch_name>

git checkout <branch_name>

--

--