Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Get the files located on a particular branch

Akash Masand September 13, 2017

Is there a way to get the files located on a particular branch?

 

I can get the contents of the master branch using the 'src', however, I couldnt find a way to get the contents of the a branch which is not master.

 

Thanks in Advance!

1 answer

0 votes
Caterina Curti
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 14, 2022

Hi Akash,

The git ls-tree command can help with this.


Here is an example of how you can run it to list all the files in the mybranch branch in a recursive way:

git ls-tree mybranch -r --name-only

 

Caterina

P.s. I know it's been a while since you posted this but I hope this might help you and others who might come across this in the future.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events