Push to Glitch project and overwrite everything in project

Hello. I’m using Glitch’s Git repositories to push local code to my Glitch project.

However, I always encounter the following error:

Pushing to https://api.glitch.com/git/av-ww
To https://api.glitch.com/git/av-ww
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'https://api.glitch.com/git/av-ww'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

Project: av-www (private)

Is there a way to push my local repo to Glitch’s repo and overwrite the Glitch project?

Hey @charliea21, if you’re absolutely certain you’d like to overwrite the Glitch project, you can try supplying the --force option to git push and see if that works.

2 Likes