tech/webdev magazine

January 1, 2016

Starting Developing in Swift: Using GitLab with XCode

Friday, January 01, 2016 Teklinks ,

As showed in my previous post I have set up a GitLab account so I can host my Git repositories there. In this post I will show how you can combine XCode (v7.1) with GitFlow and GitLab. In fact I will end up to use both XCode (for programming) and the Terminal (for my GitFlow) but that is the same when I am developing Java. In that case I also prefer the prompt most of the time for my (basic) Git stuff.

Full article