Answers for "git add . and git commit"

13

git add

//to add a single file
git add <FILE_NAME>

//to add all changed files
git add -A
Posted by: Guest on April-22-2020

Browse Popular Code Answers by Language