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 rm --cached x #25

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

add rm --cached x #25

wants to merge 1 commit into from

Conversation

ndp
Copy link
Owner

@ndp ndp commented Apr 1, 2020

Replaces #19

@@ -553,6 +561,7 @@ var translations = {
"add -u": {"cmd": "add -u", "docs": "Adds the current content of modified (NOT NEW) files to the index. This is similar to what 'git commit -a' does in preparation for making a commit."},
"add -u": {"cmd": "add -u", "docs": "Añade el contenido actual de los archivos modificados (NO NUEVOS) al index. Es similar a lo que hace 'git commit -a' al prepararse para realizar un commit."},
"rm x": {"cmd": "rm <file(s)...>", "docs": "Elimina uno o varios archivos del espacio de trabajo e index."},
"rm --cached x": {"cmd": "rm --cached <file(s)...>", "docs": "Elimina uno o varios archivos del espacio de trabajo e index."},
Copy link
Contributor

Choose a reason for hiding this comment

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

This and the other translations need to be fixed to remove the workspace bit. In this case:

Suggested change
"rm --cached x": {"cmd": "rm --cached <file(s)...>", "docs": "Elimina uno o varios archivos del espacio de trabajo e index."},
"rm --cached x": {"cmd": "rm --cached <file(s)...>", "docs": "Elimina uno o varios archivos del index."},

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

Successfully merging this pull request may close these issues.

2 participants