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

Add Stage everything #2366

Closed
LDprg opened this issue Jan 11, 2025 · 2 comments
Closed

Add Stage everything #2366

LDprg opened this issue Jan 11, 2025 · 2 comments

Comments

@LDprg
Copy link

LDprg commented Jan 11, 2025

There is an unstage everything default shortcut, but no stage everything shortcut.
I would suggest adding stage everything with "S" as shortcut, since it would be consistent with unstage everything and isn't used elsewhere.

@tpope
Copy link
Owner

tpope commented Jan 11, 2025

I copied U from Magit, which doesn't have a corresponding S map. And I can see why. What does "everything" mean? Does it include untracked files? There's no one correct way to stage all files.

@tpope tpope closed this as not planned Won't fix, can't repro, duplicate, stale Jan 11, 2025
@LDprg
Copy link
Author

LDprg commented Jan 11, 2025

@tpope I thought a shortcut similar to "git add -A" since this is what you mostly want to do during normal development.
It just so there is no need to go over every entry and press 's' individually.
Or "git add -u" so only modified and deleted files are added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants