When we clone git repo using harness's git clone step with git commit sha option it fetches all the feature/dev branches from the repo instead of just fetching the required commit sha. This leads increase in step execution time unnecessarily. Please avoid fetching branches in this scenario to avoid additional time.