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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:07:45+00:00 2026-06-05T23:07:45+00:00

i just want to update my local files with git. but every time i

  • 0

i just want to update my local files with git. but every time i try to pull i get and error saying that i need to commit certain file first. what is the way to update local file without using commit??

here is the error message

$ git pull
Enter passphrase for key ‘/c/Users/me/.ssh/id_rsa’:
Updating 4dsdSe6e..70fb5b6
error: Your local changes to the following files would be overwritten by merge:
grails-app/conf/DataSource.groovy
Please, commit your changes or stash them before you can merge.
Aborting

  • 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-05T23:07:47+00:00Added an answer on June 5, 2026 at 11:07 pm

    If you don’t want to commit, you’ll need to stash your changes. This sounds like what you’re looking for:

    git stash save "Changes I don't want to commit yet"
    git pull
    git stash pop
    

    The first line stashes your changes onto a stack and reverts your code to the last commit. From there, you can pull like normal. Once you’ve pulled, pop the changes in your stash back onto your code. This let’s you do a pull without committing your code. You can learn more about stashing here.

    Hope that helped!

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

Sidebar

Related Questions

I have developed a windows forms c# application, i just want update items in
Update: Based on a couple of the answers I have received, I just want
Just want to ask can netbean IDE get connected to clearcase remote client server
I just want to get a quick htaccess redirection. ie: domain.com/subfolderGreen --> domain.com/index.php?folder=subfolderGreen (note
I have a local branch that is tracking of a remote branch on git.
I want to update to the latest revision of selenium code(http://selenium.googlecode.com/svn/trunk) daily. I just
My project contains a couple of IDE configuration files that are constantly changing, but
Let me preface this by saying I am extremely new to git but have
I am not being lazy here, but just want to make sure I don't
Just want to know how to read an attribute of a parent node from

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.