i do git ls-remote and i get the remote branches and the commit IDs. is there away to get the branch names without the commit IDs.? this is what i do :
git ls-remote --heads
and im getting this result:
038700e8xxxxxxc96bb78adc6d22287370 refs/heads/release/ddddd.3
d9ebd03axxxxx212fdf63f22b092aaff6c6f0e refs/heads/release/ddddd.4
63a9be2d6a77414c65189ea0ef76d65a23a3e910 refs/heads/release/ddddd.4
db6cf449xxxxxx15cbf711745f94875ed18bd refs/heads/release/ddddd.5
49ba61331ebaca7aexxxxxxf2e9dfc9b5591 refs/heads/release/ddddd.6
acc32db7f25d2b3e616613a389c93eae82d46323 refs/heads/release/ddddd.7
not using linux tools , as im using windows also can't rely on awk and friends