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

  • SEARCH
  • Home
  • 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 8717117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:14:17+00:00 2026-06-13T06:14:17+00:00

It was my first try to understanding how git rebase is working. I was

  • 0

It was my first try to understanding how git rebase is working.
I was on new branch did a lot of changes and then I’d try git rebase, and in result I got next output:

$ git rebase master
First, rewinding head to replay your work on top of it...
Applying: new features done
/sandbox/.git/rebase-apply/patch:2825: trailing whitespace.
    var upl_div = document.getElementById('upload_form');
/sandbox/.git/rebase-apply/patch:2826: trailing whitespace.
    var crt_div = document.getElementById('create_form');
/sandbox/.git/rebase-apply/patch:2827: trailing whitespace.
    var appl_div = document.getElementById('create_letter');
warning: squelched 309 whitespace errors
warning: 314 lines add whitespace errors.
Using index info to reconstruct a base tree...
<stdin>:2825: trailing whitespace.
    var upl_div = document.getElementById('upload_form');
<stdin>:2826: trailing whitespace.
    var crt_div = document.getElementById('create_form');
<stdin>:2827: trailing whitespace.
    var appl_div = document.getElementById('create_letter');
warning: squelched 310 whitespace errors
warning: 309 lines applied after fixing whitespace errors.
Falling back to patching base and 3-way merge...
Auto-merging lib/functions_common.inc
Auto-merging .htaccess
Applying: new features done

And i don’t understand it was successfully made ? it was rebased or merged ? what was happend ? how I can see those warnings ?

  • 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-13T06:14:18+00:00Added an answer on June 13, 2026 at 6:14 am

    When you do a rebase, git will take a bunch of commits, and try to apply the change that each of those introduced in turn. (In other words, it’s like a series of uses of git cherry-pick.) Each of those re-applications may use git’s merge machinery to try to resolve any conflicts that might arise by re-applying a change onto a new parent.

    So, yes, you have just done a rebase, but each step of the rebase may involve using git’s code for doing a merge.

    The “trailing whitespace” warnings are there to tell you that applying the change added some lines with whitespace at the end. git is sensitive about this (apparently since it can cause problems for patches sent by email) and will warn you about such whitespace in various situations. The “squelched” errors are just saying that that rather than print out hundreds of such warnings, it’s squelched them down to one line.

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

Sidebar

Related Questions

New to batch files, first try actually. Trying to make a simple batch file
I've got a pretty strange issue in my first try of using Entity Framework
First I unplug my network cable. Then I try to connect to SQL Server
My first try of MVC. Am trying to implement a simple example. Inspiration from
First I will try to explain what I want to do. The app loads
so I wanted to try my first CLR project in Visual C++. So I
it s the first time i try this page. I ve just installed imagemagick
first I'm gonna try to explain what exactly I want to do: I have
I try to create styles with first-child and last-child items but I encountered a
I try to do some treatment when a NSComboBox looses first responder status, and

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.