Home > Back-end >  Added " $ git add -" " can't go back
Added " $ git add -" " can't go back

Time:05-03

I mistkanely typed $ git add -" and now instead of showning the "$" it shows a ">" and I can't go back.

I'm new to github and terminal in general.

CodePudding user response:

Try exiting your terminal and open it back up again. You should be able to use the terminal normally.

  • Related