From dca792d36b63ba4b7d4033ff7fd27e5c549d8d5e Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Fri, 5 Dec 2025 23:49:34 +0000 Subject: [PATCH] Resolve merge conflicts and push updates to the main branch Resolve conflicts in `.github/workflows/desktop-build.yml` during a `git pull --rebase` operation and successfully push changes to `origin/main`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: c68b2552-ca45-4e20-b356-953c3718c00a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/lX9tyiI Replit-Helium-Checkpoint-Created: true --- ...-github-workflows-deskto_1764978561702.txt | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 attached_assets/Pasted-ons-workspace-git-checkout-ours-github-workflows-deskto_1764978561702.txt diff --git a/attached_assets/Pasted-ons-workspace-git-checkout-ours-github-workflows-deskto_1764978561702.txt b/attached_assets/Pasted-ons-workspace-git-checkout-ours-github-workflows-deskto_1764978561702.txt new file mode 100644 index 00000000..79cab916 --- /dev/null +++ b/attached_assets/Pasted-ons-workspace-git-checkout-ours-github-workflows-deskto_1764978561702.txt @@ -0,0 +1,40 @@ +ons +~/workspace$ git checkout --ours .github/workflows/desktop-build.yml +Updated 0 paths from the index +~/workspace$ git add .github/workflows/desktop-build.yml +~/workspace$ git add .github/workflows/desktop-build.yml +~/workspace$ git rebase --continue +fatal: no rebase in progress +~/workspace$ git status +On branch main +Your branch and 'origin/main' have diverged, +and have 12 and 1 different commits each, respectively. + (use "git pull" if you want to integrate the remote branch with yours) + +nothing to commit, working tree clean +~/workspace$ git pull --rebase origin main +From https://github.com/AeThex-Corporation/aethex-forge + * branch main -> FETCH_HEAD +Auto-merging .github/workflows/desktop-build.yml +CONFLICT (add/add): Merge conflict in .github/workflows/desktop-build.yml +error: could not apply 0ac2711... Update application to include desktop build and release configurations +hint: Resolve all conflicts manually, mark them as resolved with +hint: "git add/rm ", then run "git rebase --continue". +hint: You can instead skip this commit: run "git rebase --skip". +hint: To abort and get back to the state before "git rebase", run "git rebase --abort". +hint: Disable this message with "git config set advice.mergeConflict false" +Could not apply 0ac2711... # Update application to include desktop build and release configurations +~/workspace$ git checkout --theirs .github/workflows/desktop-build.yml +Updated 0 paths from the index +~/workspace$ git add .github/workflows/desktop-build.yml +~/workspace$ git rebase --continue +fatal: no rebase in progress +~/workspace$ git push origin main +To https://github.com/AeThex-Corporation/aethex-forge + ! [rejected] main -> main (non-fast-forward) +error: failed to push some refs to 'https://github.com/AeThex-Corporation/aethex-forge' +hint: Updates were rejected because the tip of your current branch is behind +hint: its remote counterpart. If you want to integrate the remote changes, +hint: use 'git pull' before pushing again. +hint: See the 'Note about fast-forwards' in 'git push --help' for details. +~/workspace$ \ No newline at end of file