1

I'm currently deploying a Django project to Github using Github Desktop.

All changes are successfully detected and commited, except for db.sqlite3

When I copy that file to "Documents/Github/my-repository", there is no change and I can't commit.

enter image description here

enter image description here

I tried to pull but it doesn't work

1 Answer 1

1

Check the file .gitignore to see if that file is not black-listed. The .gitignore file is used to prevent files and directories from being committed. Read more here.

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

Comments

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.