wie man Remote Branch Git sieht
git remote show origin
Lokesh003
git remote show origin
git branch -r
git fetch origin
git checkout --track origin/<branch_name>