In my home directory I'm trying to move files not staged to commit to staged as well as track new file. When entering git add .
, instead of staging the file, the cursor goes down one line but no command is executed. (as show below where |
is the position of the cursor
$mac@home$
|
I tried that same command in other repository and works properly there.
What am I doing wrong?
Many thanks