Is there a way to know the list of branches a repository has before cloning?
I tried the following command, but it doesn't seem to work for me:
git ls-remote [email protected]:Username/project.git
Edit solution:
git ls-remote http://www.github.com/Shopify/react-native-skia --h --sort origin "refs/heads/*"