kefimochi / sync-contribution-graph

Generates empty commits to match contributions from other public GitHub accounts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Repo not updating the commit.

sumanabhi opened this issue · comments

These are the blocks from the terminal of my owned cloned repo of this https://github.com/sumanabhi/cuddly-goggles

? Please enter GitHub nickname with which you'd like to sync contributions: abhi-****-****
? What year would you like to sync? 2024
? How would you like this to happen? Generate a bash script & execute it immediately.
  Note: it *will* push to origin main and it would be difficult to undo.
? Ready to proceed? Yes

File was created successfully.
This might take a moment!

warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://github.com/sumanabhi/cuddly-goggles
 * branch            main       -> FETCH_HEAD

But it is not updating the repo with rewriting history.

Please share some insights into what could be the issue behind it's not updating. earlier it was updated without any hinderance.

Hi there @sumanabhi , recently i have setup following this repo but actually it dont sync commit to my personal like you.
I find another solution and i get the best result.
You can refer it
https://github.com/angushhz/sync-contribution (this is my repo after sync)
https://github.com/isturiz/sync-graph