山姆的編程實作分享。。。

Sam Blog, Sam Sharing, Sam Studio

2014年5月5日

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


熱門文章