Answers for "add all files in directory to git"

5

add all files in directory to git

git add --all
git commit -am "<commit message>"
git push
Posted by: Guest on June-29-2020

Code answers related to "add all files in directory to git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language