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 3406362
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:37:07+00:00 2026-05-18T05:37:07+00:00

I forked rails and then this is what I did. > git clone git@github.com:nadal/rails.git

  • 0

I forked rails and then this is what I did.

> git clone git@github.com:nadal/rails.git
> cd rails
> git remote add upstream git://github.com/rails/rails.git
> git pull upstream master

Now git remote shows two items

> git remote
origin
upstream

I made a bunch of changes to master and comitted it. Then I created a bunch of branches to fix a few rails things. However when I rebase against master I also get changes I did to master.

I want to discard the changes I made to master.

Question:
Since I already committed some changes to my master, how do I reset my master to be exact copy of rails master. I want to discard the committs I made to my master.

  • 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-05-18T05:37:08+00:00Added an answer on May 18, 2026 at 5:37 am
    $ git checkout master
    $ git log  #find version you want, let's say it's 8cdb9
    $ git reset --hard 8cdb9     #master is now at version before you made changes
    $ git merge myFixBranch1   #assuming myFixBranch1 is a branch that you still want the changes from
    $ git pull upstream master    #if you want to update to latest rails code
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just forked a copy of an app on github and saved it on
I'm writing a Rails application that serves files stored on a remote server to
I have a form in Rails 3.0.3 that uses the new :remote=>true feature: <%=
I use Rails request_forgery_protection mechanism to protect my POST actions from CSRF attacks and
I am trying to run my tests in my first Rails app using the
I am new to programming (previously only did html/css/design) trying to start learning RoR
I get the following output from the sudo bundle install command: Fetching source index
I have a User model that, in my mind, has two show actions: A
I'm trying to create a factory_build class method for creating Redirect objects within an

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.