Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add gitLab repository with Xcode 9?

Xcode 8

Xcode9

Can anyone tell how to add gitlab repository in Xcode 9 as in new Xcode the option has been removed to Add Repository.

like image 823
Chandan Anand Avatar asked Mar 08 '23 22:03

Chandan Anand


1 Answers

Follow this steps https://www.raywenderlich.com/153084/use-git-source-control-xcode-9

https://developer.apple.com/videos/play/wwdc2017/405/

then on the left-side click source-control icon then add remote (see image)

NOTE: add url from gitlab

enter image description here

like image 112
n0minal Avatar answered Mar 10 '23 14:03

n0minal