Hi Team,
Let's say I have created a branch (T1) which copied everything from master branch. Now T1 has same number of components which master branch has. Now I have added a new component (test.txt) into T1 branch then committed and pushed to remote repository. Now my requirement is to download only test.txt from T1 Branch. When I was trying to download based on the commit then it downloads everything including the test.txt. So can somebody please help or provide me the command in this regard which will help to download only new component. I.e. test.txt
Thanks
Prakash