-3
First add the specified file of the second line in the staging area, in case it is the context.xml
:
git add proj/WebContent/META-INF/context.xml
After adding it, run the commit
git commit -m "Mensagem"
9
First add the specified file of the second line in the staging area, in case it is the context.xml
:
git add proj/WebContent/META-INF/context.xml
After adding it, run the commit
git commit -m "Mensagem"
Browser other questions tagged git
You are not signed in. Login or sign up in order to post.
Something like
git add <file>
?– Woss
For future references, the answer is explicit in the question image itself. Immediately above the list of files in red there is "Changes not staged for commit", followed by two possible commands. One to add the desired files, another to discard changes to a file.
– Woss
@Andersoncarloswoss Inclusive I think the question should be closed as "typo" (ok, no typing, but.
– Jéf Bueno
I made an issue that I thought made the question more useful for future readers. Although "the error is self-explanatory", as most of the time. If you find it improper, you can revert to revision
– LipESprY