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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:52:28+00:00 2026-05-26T06:52:28+00:00

Need help figuring out a couple common workflows with Github. I come from a

  • 0

Need help figuring out a couple common workflows with Github. I come from a VS TFS background, so forgive me.

Undoing Pending Changes

Let’s say I have cloned of a git repository to my local file system. At this point, the project’s local files match exactly what’s in the remote repoistory.

Then I decided to make some changes to the code, and change the local versions of a couple files. After doing some testing, I figure out that I want to discard my local changes and revert the local files back to what they are in the remote repoistory.

How do I undo these local changes, restoring them to the current versions in the repository?

Committing all Changes

Whenever I modify the contents of local files in my repository clone, or add new files, and want to push the changes, I issue “git add .”, “git commit” with my comments, then “git push” to my master.

However, when I delete a file locally that’s tracked in the repository, “git add .” doesn’t capture the rm changes. Instead, I have to “git rm [filename]” before I “git commit” to update the repository. I always forget to do this though.

Is there a git command that will “git add .” and “git rm” any files I’ve deleted locally, in one step? After modifying local files and deleting a couple, I’d like to issue just one command that captures all my changes before I “git commit”.

  • 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-26T06:52:28+00:00Added an answer on May 26, 2026 at 6:52 am

    How do I undo these local changes, restoring them to the current versions in the repository?`

    git reset --hard
    

    (this will reset your index and working directory to HEAD)

    Is there a git command that will git add . and git rm any files I’ve deleted locally, in one step?`

    git add -u
    

    (it wont add new files)

    If you want to add new files, remove rm‘ed files, and stage modifications to files:

    git add -A
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need help on figuring out how to create a repository on github to
I need help figuring out how to convert data that comes in from a
Need help figuring out how to extract text from context (Honda from str), need
I need help figuring out how to change out the view in my application.
I need help figuring this out, what am I doing wrong my book doesn't
I need help figuring out how to create a cell like the one representing
I need help with figuring out how to get hold of the redirect after
I'm a n00b and I need some help figuring out this issue, I would
I need help figuring out some regular expressions. I'm running the dig command and
I need some help figuring out what I'm doing wrong here. I am trying

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.