git add - Unable to commit in Git -


when enter in console:

$   git add . 

i get:

nothing added nothing specified. may wanted 'git add.'?

try this: $ git commit -am "your commit message"


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -