Clone a specific git branch through Xcode
问题 I am facing difficulties to clone a specific git branch from Apple Xcode? In Xcode -> Source Control -> Clone and insert my HTTP clone url and I can able clone only master branch but I did't find a solution to clone another developer branches from Xcode. Through below command using terminal I can able to clone specific git branch. git clone -b my_dev_branch_name https://gitlab.com/Username/projectname_ios.git But I don't know how to do this using Xcode so please let me help to achieve this