Using Git Source Control With Xcode

A graphical interface must make this easy. Right?

Steven Curtis
The Startup
Published in
8 min readNov 7, 2019

--

Git allows you to embed version control into your project. By traversing through commits, you can keep track of the versions of the App you have made as well as the changes you have made in these commits.

When committing to your repository you might use the command line. But that’s kind of tricky. So you can use a GUI to do the same. No problem.

--

--