Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTunde Adegoroye
20,597 PointsA question about Git
So i've successfully set up Git but instead i am using bitbucket for version control since it's cheaper than Github but i just wanted to know if anyone could give advice on this.
So in my main folder i have 3 folders App, Design & Research within my Design & Research folder i have files which SourceTree picks up the changes but within my App folder i have my Xcode project and Assets folder but for some reason SourcreTree is not picking up the changes in that i'm making in Xcode i was wondering what to do in this situation?
So Xcode can pick up the changes or SourceTree what should i do in this situation.
1 Answer
Sean T. Unwin
28,690 PointsDid you git add
the files in the App
folder? Files need to be added in order to be tracked.
In your project folder, where the .git
folder is, see what git status
returns. It should let you know which files are not being tracked, if any.
Tunde Adegoroye
20,597 PointsTunde Adegoroye
20,597 PointsHey mate i solved the issue btw basically i removed the folder and re added it and sorcerer picked up all of the files which were added and all there changes this is for anyone else as well.