let me explain ,
in git bash:
touch names.txt-->will create a new text file in the existing repo
git add names.txt--> will add the file in the tracked once
vi names.txt --> will help in adding additional info to the names.txt file
And the template opened after the last command in become non-Escapable for me
I'm not able to exit that template to write the normal commands
Asked
Active
Viewed 21 times
0
torek
- 389,216
- 48
- 524
- 664
-
This is really just a question about using the vi or vim editor. (The old `vi`, short for visual, editor is quite rare these days; it seems most people use vim now.) – torek Oct 09 '21 at 22:43