Answers for "git add --interactive"

12

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
0

git add interactively

git add --patch <filename>
Posted by: Guest on March-22-2021

Code answers related to "git add --interactive"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language