Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8793629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:08:49+00:00 2026-06-13T23:08:49+00:00

When I sync from the ToolTwist Designer, I select the files I wish to

  • 0

When I sync from the ToolTwist Designer, I select the files I wish to publish, but I get an error when I press OK, saying that the sync failed and to look in the server log file.

If I try again, the files I selected are no longer in the list, but if I check Git I can see they are not pushed to the repository.

In the log file I see that the push failed, and if I go to the webdesign directory and test the push command I get the same error:

$ git push --dry-run
To git@github.com:MyRepository/design-project.git
 ! [rejected]        master -> master (non-fast-forward)

I’m using the ‘design’ branch, so I’m not sure why an error is occurring on the ‘master’ branch.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:08:49+00:00Added an answer on June 13, 2026 at 11:08 pm

    In normal circumstances the Designer only uses a single git branch, normally named ‘design’. The error message above indicates a conflict on the master branch.

    It appears that changes have been committed to the master branch on the local machine but not pushed, whilst elsewhere changes have been committed to the master branch and have been pushed onto the remote repo.

    To clear this conflict you’ll need to checkout the master branch and do a pull to merge in the changes on the remote, and then the next push will work. Don’t forget to change back to the design branch when you’re finished.

    [stop the Designer]
    $ git checkout master
    $ git pull
    [resolve any conflicts]
    $ git push origin master
    
    $ git checkout design
    [start the Designer]
    

    By default git tries to push commits on all branches. In this case, you might find that the conflict on the master branch is preventing your web design changes on the design branch from being committed. To prevent this from happening, you can configure git’s default behaviour to only push the current branch.

    $ git config push.default current
    

    You might also want to investigate why the master branch is being changed (and in two locations).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing an app that uses iCal sync'd from iCloud. I want the
My program is a sync program that synchronizes data from Source A to Source
When I develop web applications I'm frequently need to sync files from a working
I know that deadlock ensues if you call a sync dispatch from another sync
I want sync data from iphone to the webs server. My question is how
I am using the Single Access Token from authlogic to sync data from a
Does labelsync actually sync a file from the depot? or does it only require
Could I close tcp::socket in different thread from the sync-reading thread? It looks like:
I'm trying to sync an app pool from my local machine to a remote
I just sync'd an artifact to Maven Central from oss.sonatype.org. Immediately after doing so,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.