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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T08:39:52+00:00 2026-05-14T08:39:52+00:00

To update my multiple repos, I did: git bulk fetch origin git bulk pull

  • 0

To update my multiple repos, I did:

git bulk fetch origin
git bulk pull origin master

Now it appears that some of the functionality which was working initially is not working now and so I want to revert back to previous state of my repos.

How can this be done ?

I tried doing git reset –soft commit id & git reset –hard commit id for one repos but it is not working.

Any suggestions.

  • 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-14T08:39:52+00:00Added an answer on May 14, 2026 at 8:39 am

    You can use git reflog to revert your repo to your old state.

    You should see something along the lines of:

    git reflog
    bb3139b... HEAD@{0}: pull : Fast forward
    01b34fa... HEAD@{1}: clone: from ...name..
    

    Use a git reset --hard to reset the repo to the SHA1 read from the git reflog.


    Note: Another way, instead of using git-reflog and copying SHA1 reference, is to use a revision specification: master@{1}, which is the previous position of master, master@{"5 minutes ago"}, or master@{17:30}.

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

Sidebar

Related Questions

I found something that works with updating one field at here: http://www.karlrixon.co.uk/articles/sql/update-multiple-rows-with-different-values-and-a-single-sql-query/ UPDATE person
I need write an update statement that used multiple tables to determine which rows
I'm trying to update multiple rows that all share the same field names. The
Replaces Question: Update multiple rows into SQL table Here's a Code Snippet to update
How can I update multiple values in MySQL? This didn't work: UPDATE test SET
I have the following SQL statement where i'm trying to update multiple rows matching
How to do svn update of multiple files located across different directories ? For
Update : To clear up confusion: by multiple records I mean multiple individuals at
how to easily update php web application to multiple server ? i read about
How to update ms access table which contains single column with multiple rows. the

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.