0

I'd like to know if it's possible to know if a file existed inside a folder using git commands or using the github tools.

I checked using the git log, It shows the commits log, but it doesn't have information about which files were affected.

2

1 Answer 1

0

This will allow you to see the directories in given branch.

git ls-tree -d origin/master:<remote_dir><remote_subdir> 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.