2. Git Commits

preview_player
Показать описание
This is the second of a 6 parts in a series covering Version Control using Xcode with git . In this episode we are going to take a look at creating our first local git repository. We will then make our first Commits and then see how we can revert back to a previous commit.
We will also learn where those mysterious git files are located

All of this done within Xcode.
Links to All Episodes

1. Xcode and Git Introduction

2. Git Commits

3. Branching and Merging

4. Remote Repositories

5. .gitignore

6. GitHub Desktop

Stewart Lynch Links

YouTube Playlist on iOS Development

Stewart Lynch’s CreaTECH Solutions Web Site

Stewart Lynch's GitHub
Рекомендации по теме
Комментарии
Автор

This helpful tutorial has proved I've been using Git wrong the whole time 🙈😂

rungxanh
Автор

I really appreciate covering the basics of Git in Xcode. This is great and hard to find anywhere else.

williamallen
Автор

Loved this video. Thanks Stewart for the clear explaination!

emanhakki
Автор

This is so good!!! I've always been too lazy to have version control because I never seem to be able to understand them clearly. But this! I promise to start using Version Control from now on!

tayjianzhen
Автор

Thank you for the clear explanation! With love from Russia.

mariabaskerville
Автор

I did like your content and I subscribed to your channel :) Excellent thorough content by the way.

HammadKhanYT
Автор

awesome, thank you for this clear explanation

SAPPER
Автор

This is awesome, thank you very much! :) Would be great if you could redo these videos, now that we have Xcode 15 and the interface is really different...Would be very useful for beginners like me.

Boljo__ever
Автор

Thank you, It's really great course!!

김무현-iz
Автор

When working with multiple people pbxproj file tend to get many merge conflict which are very hard to resolve, is there a solution or best practice to this, This happens when I add a file and at the same time, my friend also adds a different file. So would be much helpful to have a solution for this?

GayanKalinga
Автор

Can you do an updated version for Xcode 15 ?

rparham
Автор

How to move a single commit from branch to another branch?

SAPPER