Xcode Source Control - Commit doesn't appear on github

I have an iPhone App project (Swift) under Xcode 10.1 10B61) and commited it once into a github repository (private).

Today I've done some changes. Added files modified existing files that were alredy in the project. I also have a folder with

C-Files that I imported ito the project. The latter and also the modifications on the already committed files do not show up in my github repo.

How could that be?


--

Christoph

Answered by OOPer in 346251022

Are you sure you pushed the commit to the remote repository?

Accepted Answer

Are you sure you pushed the commit to the remote repository?

Thanks. I had forgotten to do the push (wasn't quite familar yet with the way to use github).

--

Christoph

It is a good idea to periodically do command-line pushes and pulls to collect all of the things that Xcode misses.

Xcode Source Control - Commit doesn't appear on github
 
 
Q