[Git] Command to Pull Branch from Remote and Create Locally oneTarek February 1, 2019 0 Method 1 : git checkout -b my_branch origin/my_branch Method 2 : git fetch —all git checkout my_branch