V
V
Verg1l2015-01-20 19:07:32
git
Verg1l, 2015-01-20 19:07:32

Can't run "git add" command?

Here is the output:
$ git add .
warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal',
whose behavior will change in Git 2.0 with respect to paths you removed.
Paths like 'workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/
RemoteSystemsTempFiles/.markers.snap' that are
removed from your working tree are ignored with this version of Git.
* 'git add --ignore-removal ', which is the current default,
ignores paths you removed from your working tree.
* 'git add --all ' will let you also record the removals.
Run 'git status' to check the paths you removed from your working tree.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Bagirov, 2015-01-20
@Verg1l

You need to add .gitignore files or run
git add --all

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question