Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-restore: fix default to restore from staging #15914

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ehandal
Copy link

@ehandal ehandal commented Mar 10, 2025

By default, "git restore" restores from the index, not from HEAD. See the git-restore documentation:

By default, if --staged is given, the contents are restored from HEAD, otherwise from the index.

@CLAassistant
Copy link

CLAassistant commented Mar 10, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added page edit Changes to an existing page(s). review needed Prioritized PRs marked for reviews from maintainers. labels Mar 10, 2025
By default, "git restore" restores from the index, not from HEAD.
Copy link
Collaborator

@Managor Managor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Small fixes like this are important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
page edit Changes to an existing page(s). review needed Prioritized PRs marked for reviews from maintainers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants