0

I checked out from v3 branch from a repo : https://github.com/MiniProfiler/dotnet/tree/v3

However, it didn't bring down any of the files from the folder: https://github.com/MiniProfiler/ui/tree/35d690c54954dc6cebefeef898b7684e41949cfb

However I noticed something different about this particular folder : enter image description here @ commit hash

Any ideas what's the deal with the @ hash ref is and how I get pull the files down?

Rubans
  • 4,188
  • 6
  • 40
  • 58
  • Did you check the readme at https://github.com/MiniProfiler/ui/tree/35d690c54954dc6cebefeef898b7684e41949cfb ? It takes you here: https://git-scm.com/book/en/v2/Git-Tools-Submodules – matt Oct 06 '18 at 19:05

1 Answers1

1

ui is a submodule.... 35d690c is the specific commit, try git pull --recurse-submodules