Closed Victoriatheeast closed 7 years ago
Xcode created a local repo. Just delete the .git folder in FoodTrack and push again.
cd FoodTracker
rm -rf .git
Thank you! I tried, but still it was saying "everything up-to-date".
just try
cd repo
git add .
git commit -m "message"
git push -u origin master
Well, I still got : Your branch is up-to-date with 'origin/master'. nothing to commit, working tree clean
Maybe remove the FoodTacker, git commit and push, and then add the FoodTracker back will work
Finally it works. I ended up removing the submodules, and then add it back as folders, which is same thing as you mentioned before. Thank you!
Hey,
I am having trouble uploading the FoodTracker folder to my assignment 1 repository. After I committed and pushed back all the changes, the folder is empty as shown on my git hub page, but the playground works.
Thank you! Victoria