Git -basics
Initializing a Repository in an Existing Directory: $ git init Use git add commands that specify the files you want to track, followed by a…
Initializing a Repository in an Existing Directory: $ git init Use git add commands that specify the files you want to track, followed by a…