Answers for "git basic step by step command to save project"

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

Code answers related to "git basic step by step command to save project"

Browse Popular Code Answers by Language