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.
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.
This will allow you to see the directories in given branch.
git ls-tree -d origin/master:<remote_dir><remote_subdir>