Add files in GIT
Add files in GIT
- By Mohammad --
- Sunday, 30 May, 2021
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 *