0

I am trying to add new two files to my project. These two new files are images. When I add them to the images folder under my project, the git symbol beside the file is ?. I have seen both symbols A and M, but I am not sure what ? symbol refers to. It make me worried. I would like to add those two files to my github account. All, I need to do is git add files. Am i right? Need some guidance on this..

Sorry if this is a stupid question.

1 Answer 1

1

The '?' sign means that the images are not under version control - this is because they're probably within a folder that is not version. Try adding the folder recursively to your git and you'll see the '?' become your familiar 'A'. I'm not sure what tool you're using for managing git but try typing 'git add' in your terminal along with the folder name.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks, for replying. But the folder is something i pulled from the github. how can it be not under version control?
Then try adding the files themselves -> right click them and select "Add" under the "Source Control" context menu from within XCode

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.