This is NOT duplicate ... Please read it thoroughly.
If I am at branch part-5
and I pulled 3 branches like
git pull origin part-1
git pull origin part-2
git pull origin part-3
Is there any command in git so that I can check that which branches I have pulled so far into part-5
/current-branch ?
NOTE: I am NOT talking about creating I am talking about which branches are been pulled within current or part-5
so far ... Just want the list of those branches. Hope you understand. Thanks