CodeOne
Add files in GIT Add files in GIT
Sunday, 30 May 2021 00:00 am
CodeOne

CodeOne

When you want Git to track a file in a repository, you must explicitly add it to the repo, which can become a bit cumbersome if you have many files.

Add one or more files to staging (index):

 

git add 

git add *