Where does Xcode store git repository ?
Xcode stores git information in project folder but it has hidden attribute
You can try to use Terminal application to find it;
Below is an example of MyBMI project
As I said, use ls command, the .git does not been showed since it has hidden attribute. You need to use ls -al command to show all files/folders
Use git log command to read repository log