Does Gickup push to destinations with force? Is it configurable? #144
Unanswered
berezovskyi
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi, Implementing an option to disable the default behavior of gickup sounds interesting and I will look into that. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I got first interested in backing up Git repos after Neo4j removed a bunch of code from their repos by force-pushing a nearly-clean branch (though, it seems it was undone at some point as I can see the old code in the 3.x branches now).
Anyway, I set up Gogs and later Gitea to mirror the repos and at some point a "full mirror" option was introduced, which is good if you wish to mirror a codebase that does rebasing in mirrored branches but less than optimal for durable backups. See this issue for more discussion.
I looked through the docs but didn't find any mention of the Gickup behaviour if non-fast-forward changes are pushed to upstream.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions